div #menu {
background-color: #26546D;
padding: 2px;
float:left;
border: 1px dashed #82A2B9;
width: 745px;
}
div #menu a {
font-size: 0px;
color: #26546D;
height: 22px;
float:left;
margin-left: 50px;
}

a#home {background: url("../images/menu/home.gif") 0 0 no-repeat; width:47px;}
a:hover#home{background-position: -47px 0;}

a#about {background: url("../images/menu/about_us.gif") 0 0 no-repeat; width:71px;}
a:hover#about{background-position: -71px 0;}

a#faq {background: url("../images/menu/faq.gif") 0 0 no-repeat; width:33px;}
a:hover#faq{background-position: -33px 0;}

a#recover {background: url("../images/menu/recover_file.gif") 0 0 no-repeat; width:126px;}
a:hover#recover{background-position: -126px 0;}

a#software {background: url("../images/menu/software.gif") 0 0 no-repeat; width:77px;}
a:hover#software{background-position: -77px 0;}

a#contact {background: url("../images/menu/contact.gif") 0 0 no-repeat; width:72px;}
a:hover#contact{background-position: -72px 0;}

