.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 196px; /* Main Menu Item widths */
list-style-type: none;
font: 11px Verdana;


}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
font-weight:bold; padding-left:30px; padding-right:0; padding-top:0; padding-bottom:0 text-decoration: underline;
color: 656565;
padding: 6px;
	background: url('../img/arrow.gif') no-repeat 15px center;


}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: url('../img/leftnav_bg.jpg') repeat-x; /*background of menu items (default state)*/
font-color: 656565;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url('../img/leftnav_bg.jpg') repeat-x; 
color: 656565;
}

.ddsmoothmenu-v ul li a:hover{
background: url('../img/leftnav_bg.jpg') repeat-x; /*background of menu items during onmouseover (hover state)*/
color: 656565;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: bold;
visibility: hidden;
color: 656565;
}

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