.ddsmoothmenu{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
margin-top:10px;
margin-bottom:20px;
padding:0;
width:976px;
height:58px;
}

.ddsmoothmenu  ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
}


.ddsmoothmenu ul li.drivers{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
width: 117px;
	
}
.ddsmoothmenu ul li.media{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
width: 104px;
	
}

.ddsmoothmenu ul li.garage{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
width: 165px;
	
}

.ddsmoothmenu ul li.store{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
width: 98px;
	
}

.ddsmoothmenu ul li.licensing{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
width: 147px;

}

.ddsmoothmenu ul li.sponsors{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
width: 148px;
	
}

.ddsmoothmenu ul li.shr{
position: relative;
display: inline;
float: left;
margin:0;
padding:0;
width: 72px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li.link a{
display: block;
 /*background of menu items (default state)*/

color:#FFFFFF;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#2d3b43;
}

* html .ddsmoothmenu ul li.link a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
background: #2d3b43;;
}


.ddsmoothmenu ul li.link a:hover{
background: #666666; /*background of menu items during onmouseover (hover state)*/
color: #DDDDDD;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0;
margin:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
width: 160px; /*width of sub menus*/
padding:5px;
margin: 0;

}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
visibility:hidden;
}

.rightarrowclass{
position: absolute;

right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}