.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 180px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
text-align:left;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000;
text-decoration: none;
padding: 6px;
padding-left:20px;
border-bottom: 1px dotted #555;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:#fff url(../images/left_bullet.gif) 5px 12px no-repeat;
color: #000;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #DCFFF9 url(../images/left_bullet.gif) 5px 12px no-repeat;
color: #008a71;
}

.ddsmoothmenu-v ul li a:hover{
background: #DCFFF9 url(../images/left_bullet.gif) 5px 12px no-repeat;
color: #008a71;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
border-top: 1px dotted #555;
border-left: 1px dotted #555;
border-right: 1px dotted #555;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
