@charset "UTF-8";
/* CSS Document */

ul#topnav {
	
	margin: 15px 0 0 0; padding: 0;
	float: left;
	width: 884px;
	list-style: none;
	position: relative; 
	/*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 11pt;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	zoom:1;
	background-color:#ea1b34;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	zoom:1;
	display:block;
	 /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 5px 15px ;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	zoom:1;
	
}
ul#topnav li:hover { 

	background: #000000;

 }
 
body#brands a#brandsLink,
body#services a#brandsLink,
body#synthetic a#brandsLink,
body#motorsport a#brandsLink,
body#racing a#brandsLink,
body#car a#carLink,
body#whichpvl a#carLink,
body#brand a#carLink,
body#mobil1 a#carLink,
body#super a#carLink,
body#ancillaries a#carLink,
body#faqs a#carLink,
body#whichcvl a#commercialLink,
body#commercial a#commercialLink,
body#economy a#commercialLink,
body#delvac_synthetic a#commercialLink,
body#which a#commercialLink,
body#trucks a#commercialLink,
body#delvac1 a#commercialLink,
body#greases a#commercialLink,
body#transmission a#commercialLink,
body#rear_axle a#commercialLink,
body#delvac_downloads a#commercialLink,
body#industrial a#industrialLink,
body#shc a#industrialLink,
body#about a#aboutLink,
body#locations a#aboutLink,
body#news a#aboutLink,
body#Sustainability a#aboutLink,
body#mobilGrease a#industrialLink,
body#looble a#industrialLink,
body#industrySector a#industrialLink,
body#mobilGard a#industrialLink
{
 	 background: #000000;
 	 margin-top:-5px;
	 padding-bottom:10px;
	 padding-top:10px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
 }
 
   
body#brands span#brandsub,
body#synthetic span#brandsub,
body#motorsport span#brandsub,
body#services span#brandsub,
body#racing span#brandsub,
body#whichpvl span#carsub,
body#brand span#carsub,
body#car span#carsub,
body#super span#carsub,
body#mobil1 span#carsub,
body#ancillaries span#carsub,
body#faqs span#carsub,
body#whichcvl span#commercialsub,
body#trucks span#commercialsub,
body#which span#commercialsub,
body#commercial span#commercialsub,
body#economy span#commercialsub,
body#delvac_synthetic span#commercialsub,
body#delvac1 span#commercialsub,
body#greases span#commercialsub,
body#transmission span#commercialsub,
body#rear_axle span#commercialsub,
body#delvac_downloads span#commercialsub,
body#industrial span#industrialsub,
body#shc span#industrialsub,
body#mobilGrease span#industrialsub,
body#looble span#industrialsub,
body#industrySector span#industrialsub,
body#mobilGard span#industrialsub,
body#about span#aboutsub,
body#locations span#aboutsub,
body#news span#aboutsub,
body#Sustainability span#aboutsub

{
 display: block; z-index:1;
  }
  
body#synthetic a#syntheticLink,
body#motorsport a#motorsportLink,
body#services a#servicesLink,
body#whichpvl a#whichoilLink,
body#mobil1 a#mobil1Link,
body#super a#superLink,
body#ancillaries a#ancillariesLink, 
body#faqs a#syntheticfaqsLink, 
body#racing a#racingLink,
body#whichcvl a#whichoilcvlLink,
body#delvac_synthetic a#delvac_syntheticLink,
body#delvac1 a#delvac1Link,
body#economy a#economyLink,
body#greases a#greasesLink,
body#transmission a#transmissionLink,
body#rear_axle a#rear_axleLink,
body#delvac_downloads a#delvac_downloadsLink,
body#shc a#shcLink,
body#locations a#locationsLink,
body#logistics a#logisticsLink,
body#contact a#contactLink,
body#news a#newsLink,
body#news a#newsLink2,
body#Sustainability a#SustainabilityLink,
body#mobilGrease a#mobilGreaseLink,
body#looble a#loobleLink,
body#industrySector a#industrySectorLink,
body#trucks a#trucksLink,
body#mobilGard a#mobilGardLink
{
text-decoration:underline;
}


/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 5px 0;
	padding-right:0px;
	position: absolute;
	left: 0; top:26px;
	display: none; /*--Hide by default--*/
	width: 884px;
	background: #000000;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#topnav li:hover span { display: block; z-index:10;} /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; padding-left:15px; padding-right:10px;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

ul#topnav li span#current {display:block; }