@charset "UTF-8";
/* CSS Document */

ul#topnav {
    float: left;
    height: 30px;
    width: auto;
    list-style: none outside 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;
    zoom:1;
    /*--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;
    zoom:1;
    display:block;
/*    position: relative;*/
    /*--Divider for each parent level links--*/
}
ul#topnav li a {
    padding: 5px 5px ;
    display: block;
    text-decoration: none;
    zoom:1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 52px;
    width: auto;
    float: left;

}
ul#topnav li:hover { 
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #33499F;
    text-decoration: none;
    padding-top: 0px;
    height: 52px;
    width: auto;
    float: left;
    
}

 
body#brands a#brandsLink,
body#services a#brandsLink,
body#synthetic a#brandsLink,
body#motorsport a#brandsLink,
body#track a#brandsLink,
body#car a#carLink,
body#mobil1 a#carLink,
body#super a#carLink,
body#ancillaries a#carLink,
body#commerical a#commericalLink,
body#delvac_synthetic a#commericalLink,
body#greases a#commericalLink,
body#transmission a#commericalLink,
body#rear_axle a#commericalLink,
body#delvac_downloads a#commericalLink,
body#industrial a#industrialLink,
body#shc a#industrialLink,
body#about a#aboutLink,
body#locations a#aboutLink,
body#news a#aboutLink
{
 	 background: none;
 	 margin-top:-10px;
	 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#track span#brandsub,
body#car span#carsub,
body#super span#carsub,
body#mobil1 span#carsub,
body#ancillaries span#carsub,
body#commerical span#commericalsub,
body#delvac_synthetic span#commericalsub,
body#greases span#commericalsub,
body#transmission span#commericalsub,
body#rear_axle span#commericalsub,
body#delvac_downloads span#commericalsub,
body#industrial span#industrialsub,
body#shc span#industrialsub,
body#about span#aboutsub,
body#locations span#aboutsub,
body#news span#aboutsub
{
 display: block; z-index:1;
  }
  
  
body#synthetic a#syntheticLink,
body#motorsport a#motorsportLink,
body#services a#servicesLink,
body#mobil1 a#mobil1Link,
body#super a#superLink,
body#ancillaries a#ancillariesLink, 
body#track a#trackLink,
body#delvac_synthetic a#delvac_syntheticLink,
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
{
text-decoration:underline;
}
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;
color: red;
}

/*--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;*/
width: 950px;
	background: #F3F3F3;
	color: #fff;
        height: 26px;
	/*--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-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; position: relative;}

.all_sub_menu{
	position: relative; float: left;
}
ul#topnav li a.active{
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    
    font-weight: normal;
    color: #EA1B34;
    text-decoration: underline;
    
}
