.ddsmoothmenu-v ul{
padding:0; margin:0px 0 0 0;
list-style-type: none;
font: bold 14px Verdana;
color:#fff;
}
 
.ddsmoothmenu-v ul li{
position: relative; display:block;
height:29px; background:url(../images/divider.png) no-repeat 0 0; padding:7px 0 0 15px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{ 
color: #fff; background-image:none;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:inherit;  display:block;
color: #fff; background-image:none;
}
.ddsmoothmenu-v ul li a:hover{
background:inherit;  /*background of menu items during onmouseover (hover state)*/
color: white; display:block; background-image:none;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute; background-color:#bd7733;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: bold;
visibility: hidden;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
