.ddsmoothmenu{
width: 960px; padding-top:5px; padding-left:20px;

height:27px;
}
.ddsmoothmenu ul{
z-index:100000;
margin: 0;
padding: 0;
list-style-type: none;
display:block;

}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;margin: 0px;padding: 0px;float: left;display:block; padding-right:19px; }

.ddsmoothmenu ul li.last{background: none; }
.ddsmoothmenu ul li img{display:block;}
.ddsmoothmenu ul li.rightsep{height:28px;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{padding-top:3px; line-height: 23px;text-decoration: none; float:left;}
.ddsmoothmenu ul li a.b1{ background:url(../images_new/b1_main.jpg) no-repeat 0px 10px; width:53px; height:18px;}
.ddsmoothmenu ul li a.b2{ background:url(../images_new/b2_find_vhicle.jpg) no-repeat 0px 10px; width:173px; height:18px;}
.ddsmoothmenu ul li a.b3{ background:url(../images_new/b3_commercial.jpg) no-repeat 0px 10px; width:121px; height:18px;}
.ddsmoothmenu ul li a.b4{ background:url(../images_new/b4_about_us.jpg) no-repeat 0px 10px; width:93px; height:18px;}
.ddsmoothmenu ul li a.b5{ background:url(../images_new/b5_finance.jpg) no-repeat 0px 10px; width:80px; height:18px;}
.ddsmoothmenu ul li a.b6{ background:url(../images_new/b6_service_parts.jpg) no-repeat 0px 10px; width:156px; height:18px;}
.ddsmoothmenu ul li a.b7{ background:url(../images_new/b7_contact.jpg) no-repeat 0px 10px; width:86px; height:18px;}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block; 
}

.ddsmoothmenu ul li a:hover{

color: #666666;

}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{ 
position: absolute; width:170px;
background-color:#1B1B1B;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
overflow:hidden;
border:1px solid #1E1E1E;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:0px;
margin:0px;
top: 0;
border:none;
background:none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ color:#666666; font-weight:normal; font-size:11px; line-height:23px; text-align:left;
display:block; padding:0px;   text-decoration:none;  width:170px;
border-bottom:1px solid #272929; margin:0px; margin-top:1px; margin-left:2px; margin-top:2px; margin-bottom:1px; 
background-image:url(../images_new/sprites_arrows.gif);
}
.ddsmoothmenu ul li ul li a:hover{ 
background-image:url(../images_new/sprites_arrows.gif); background-repeat:no-repeat; 
background-color:#272929;  
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color: #666666;
text-decoration: underline  ;
}

.ddsmoothmenu ul li.selected a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:none; 
color: #000000;
text-decoration: none;
}
.ddsmoothmenu ul li.selected a.selected:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:none; 
color:  #000000;
text-decoration: none;
}

