/* Menu */

#menu { margin:0px; padding:0px; margin-top:47px; float:right; width:480px; height:40px; font-size:0px; }
#menu img { border: none; }
#menu ul { margin:0px; padding:0px; }
#menu li { margin:0px; padding:0px; display:inline; list-style:none; }
#menu li a { float:left; height:40px; margin-right:1px; font-size:0px }
#menu li a img { border:none; vertical-align:bottom; /* for IE6 */}
#menu li a:hover { visibility:visible; /* for IE6 */ }
#menu li a:hover img { visibility:visible; /* for IE6 */ }
#menu li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#one { width:96px; background:url(../images/menu/menu_home.png) no-repeat center center; }
#two { width:94px; background:url(../images/menu/menu_about.png) no-repeat center center; }
#four { width:94px; background:url(../images/menu/menu_services.png) no-repeat center center; }
#five { width:94px; background:url(../images/menu/menu_contact.png) no-repeat center center; }
/*#five { width:96px; background:url(../images/menu/menu_contact.png) no-repeat center center; }*/

#one:hover, #one-active { width:96px; background:url(../images/menu/menu_over_home.png) no-repeat center center; }
#two:hover, #two-active { width:94px; background:url(../images/menu/menu_over_about.png) no-repeat center center; }
#four:hover, #four-active { width:94px; background:url(../images/menu/menu_over_services.png) no-repeat center center; }
#five:hover, #five-active { width:94px; background:url(../images/menu/menu_over_contact.png) no-repeat center center; }
/*#five:hover, #five-active { width:96px; background:url(../images/menu/menu_over_contact.png) no-repeat center center; }*/
