#MenuContainer { width:388px; height:92px; margin-left:auto; margin-right:auto; background:#E77F19; /*position:relative;*/ } #MenuContainer ul { margin:0; padding:0; font-family: Tahoma; font-size: 8pt; color:#A7C2D3; /* margin-left:20px;*/ } #MenuContainer ul li { list-style-type:none; float:left; height:24px; } #MenuContainer ul li a { display:block; float:left; padding:0; /*padding-top:5px;*/ line-height:92px; text-decoration:none; color:#B7D4E5; height:92px; } #MenuContainer ul li a:hover { color:White; /* background:#307799 url(images/menu_bg_active.png);*/ } ul.mainMenu li a span { visibility:hidden; } #itemHome { background: url(http://www.novatechinc.com/design/NovaTech/images/home1.gif); width:65px; } #itemHome.selected, #itemHome:hover { background: url(http://www.novatechinc.com/design/NovaTech/images/home_over.gif); width:65px; } #itemAbout { background: url(http://www.novatechinc.com/design/NovaTech/images/about1.gif); width:65px; } #itemAbout.selected, #itemAbout:hover { background: url(http://www.novatechinc.com/design/NovaTech/images/about_over.gif); width:65px; } #itemProducts { background: url(http://www.novatechinc.com/design/NovaTech/images/products1.gif); width:65px; } #itemProducts.selected, #itemProducts:hover { background: url(http://www.novatechinc.com/design/NovaTech/images/products_over.gif); width:65px; } #itemServices { background: url(http://www.novatechinc.com/design/NovaTech/images/services1.gif); width:65px; } #itemServices.selected, #itemServices:hover { background: url(http://www.novatechinc.com/design/NovaTech/images/services_over.gif); width:65px; } #itemContact { background: url(http://www.novatechinc.com/design/NovaTech/images/contact1.gif); width:65px; } #itemContact.selected, #itemContact:hover { background: url(http://www.novatechinc.com/design/NovaTech/images/contact_over.gif); width:65px; } #itemGallery { background: url(http://www.novatechinc.com/design/NovaTech/images/gallery1.gif); width:63px; } #itemGallery.selected, #itemGallery:hover { background: url(http://www.novatechinc.com/design/NovaTech/images/gallery_over.gif); width:63px; } div.SubMenuDiv { position:absolute; background:#E77F19 url(http://www.novatechinc.com/design/NovaTech/images/subnav_fade.gif) repeat-x; visibility:hidden; top:93px; padding-top:20px; width:auto; z-index:2; left:-1000px; } div.SubMenuDiv ul { margin:0; padding:0; list-style-type:none; } div.SubMenuDiv ul li { display:inline; } div.SubMenuDiv ul li a, div.SubMenuDiv ul li a:link, div.SubMenuDiv ul li a:visited, div.SubMenuDiv ul li a:hover, div.SubMenuDiv ul li a:active { display:block; padding:3px; padding-left:10px; padding-right:25px; color:White; text-decoration:none; white-space:nowrap; } div.SubMenuDiv ul li a.section { background: url(http://www.novatechinc.com/design/NovaTech/images/nav_arrow.gif) no-repeat right center; margin-right:5px; } div.SubMenuDiv ul li a.section:hover { background: url(http://www.novatechinc.com/design/NovaTech/images/nav_arrow_over.gif) no-repeat right center; margin-right:5px; } div.SubMenuDiv ul li a:hover { color:Black; }