/* Top Nav 
------------------------------------------------------------------------------*/

#topmenucontainer {width:800px; height:54px; float:right; margin:26px 2px 0 0;}
#topmenucontainer ul { float:right; list-style-type:none; margin:0; padding:0;}
#topmenucontainer ul li {float:left; height:54px; list-style-type:none; margin-left:2px; padding:34px 2px 0 0; border-right:1px solid #acacac;}
#topmenucontainer ul li span {display:none;}

/* Level 1 
------------------------------------------------------------------------------*/
#topmenucontainer ul li.menuhomeitem {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/home_on.ashx) no-repeat 0 34px; width:51px; height:20px;}
#topmenucontainer ul li.menuabout-chemring {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/about_on.ashx) no-repeat 0 34px; width:108px; height:20px;}
#topmenucontainer ul li.menuour-business {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/business_on.ashx) no-repeat 0 34px; width:89px; height:20px;}
#topmenucontainer ul li.menuinvestors {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/investor_on.ashx) no-repeat 0 34px; width:68px; height:20px;}
#topmenucontainer ul li.menumedia {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/media_on.ashx) no-repeat 0 34px; width:51px; height:20px;}
#topmenucontainer ul li.menucorporate-responsibility {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/corporate_on.ashx) no-repeat 0 34px; width:152px; height:20px;}
#topmenucontainer ul li.menucareers {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/careers_on.ashx) no-repeat 0 34px; width:65px; height:20px;}
#topmenucontainer ul li.menucontact-us {border-right:none; display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/contact_on.ashx) no-repeat 0 34px; width:80px; height:20px;}

/* Level 1 a 
------------------------------------------------------------------------------*/
#topmenucontainer ul li.menuhomeitem a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/home_off.ashx) no-repeat 0 0; width:51px; height:20px;}
#topmenucontainer ul li.menuabout-chemring a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/about_off.ashx) no-repeat 0 0; width:108px; height:20px;}
#topmenucontainer ul li.menuour-business a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/business_off.ashx) no-repeat 0 0; width:89px; height:20px;}
#topmenucontainer ul li.menuinvestors a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/investor_off.ashx) no-repeat 0 0; width:68px; height:20px;}
#topmenucontainer ul li.menumedia a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/media_off.ashx) no-repeat 0 0; width:51px; height:20px;}
#topmenucontainer ul li.menucorporate-responsibility a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/corporate_off.ashx) no-repeat 0 0; width:152px; height:20px;}
#topmenucontainer ul li.menucareers a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/careers_off.ashx) no-repeat 0 0; width:65px; height:20px;}
#topmenucontainer ul li.menucontact-us a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/contact_off.ashx) no-repeat 0 0; width:80px; height:20px;}

body#Homepage #topmenuhomeitem a {display:block; background:url(~/media/Images/C/Chemring/Images/TopNav/home_on.ashx) no-repeat 0 34px; width:51px; height:20px;}

#topmenucontainer ul li.topmenuhomeitem.current a,
#topmenucontainer ul li a.selected, 
#topmenucontainer ul li a:hover {background-image: none;}