.ddsmoothmenu-v ul{
padding: 0;
width: 120px; /* Main Menu Item widths */
list-style-type: none;
font-size:12px;
font-weight:bold;
color:white;
}
 
.ddsmoothmenu-v ul li{
position: relative;
height:27px;
margin-bottom:2px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu-v ul li a:hover{
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
top:0px;
width: 110px; /*Sub Menu Items width */
font-weight: normal;
visibility: hidden;

}

.ddsmoothmenu-v ul li ul li{
border-left:white 2px dotted;
height:27px;

}


 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */