#navigation a {
   display: block;
   height: 15px;
   float: left;
   text-decoration: none;
   margin: 9px 20px 0px 20px;
}

#navigation a.home {
   background: url("../images/nav3_home.png") top left no-repeat;
   width: 44px;
}
#navigation a.homeselected {
   background: url("../images/nav3_home.png") top left no-repeat;
   width: 44px;
}
#navigation a.home:hover, #navigation a.homeselected:hover {
   background: url("../images/nav3_home.png") top left no-repeat;
   border-bottom: 1px solid white;
   width: 44px;
}
#navigation a.software {
   background: url("../images/nav3_software.png") 0 0 no-repeat;
   width: 80px;
}
#navigation a.softwareselected {
   background: url("../images/nav3_software.png") 0 0 no-repeat;
   width: 80px;
}
#navigation a.software:hover, #navigation a.softwareselected:hover {
   background: url("../images/nav3_software.png") 0 0 no-repeat;
   border-bottom: 1px solid white;
   width: 80px;
}
#navigation a.web {
   background: url("../images/nav3_web.png") 0 0 no-repeat;
   width: 99px;
}
#navigation a.webselected {
   background: url("../images/nav3_web.png") 0 0 no-repeat;
   width: 99px;
}
#navigation a.web:hover, #navigation a.webselected:hover {
   background: url("../images/nav3_web.png") 0 0 no-repeat;
   border-bottom: 1px solid white;
   width: 99px;
}
#navigation a.blog {
   background: url("../images/nav3_articles.png") 0 0 no-repeat;
   width: 74px;
}
#navigation a.blogselected {
   background: url("../images/nav3_articles.png") 0 0 no-repeat;
   width: 74px;
}
#navigation a.blog:hover, #navigation a.blogselected:hover {
   background: url("../images/nav3_articles.png") 0 0 no-repeat;
   border-bottom: 1px solid white;
   width: 74px;
}
#navigation a.contact {
   background: url("../images/nav3_contact.png") 0 0 no-repeat;
   width: 70px;
}
#navigation a.contactselected {
   background: url("../images/nav3_contact.png") 0 0 no-repeat;
   width: 70px;
}
#navigation a.contact:hover, #navigation a.contactselected:hover {
   background: url("../images/nav3_contact.png") 0 0 no-repeat;
   border-bottom: 1px solid white;
   width: 70px;
}
#navigation a.downloads {
   background: url("../images/nav3_downloads.png") 0 0 no-repeat;
   width: 98px;
}
#navigation a.downloadsselected {
   background: url("../images/nav3_downloads.png") 0 0 no-repeat;
   width: 98px;
}
#navigation a.downloads:hover, #navigation a.downloadsselected:hover {
   background: url("../images/nav3_downloads.png") 0 0 no-repeat;
   border-bottom: 1px solid white;
   width: 98px;
}

