.ddsmoothmenu-v {width:250px; float:left; margin-bottom:20px;}
.ddsmoothmenu-v ul{
margin: 0;
width: 250px; /* Main Menu Item widths */
list-style-type: none;
font:normal 13px arial;
padding:0px;

}
 
.ddsmoothmenu-v ul li{
position: relative;
background:url(../images/left_arrow.png) center right no-repeat #fff;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
font:normal 13px arial;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding:10px 6px;
border-bottom: 1px solid #777;


}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
 /*background of menu items (default state)*/
color:  #666;


}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active
{

color:#fff;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../images/white_bullet.png) center right no-repeat #777;
color: white;font:bold 13px arial;
}

.ddsmoothmenu-v ul li a:hover{
background: url(../images/white_bullet.png) center right no-repeat #999; /*background of menu items during onmouseover (hover state)*/
color: white;
font:bold 13px arial;
}

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

}
.ddsmoothmenu-v ul li ul li{
 background-color:#999;
background-image:none;color:#fff;
}
.ddsmoothmenu-v ul li ul li a:link{
color:#fff;
 background-color:#999;
 background-image:none;

}
.ddsmoothmenu-v ul li ul li a:hover{

color:#fff;
 background-color:#777;
  background-image:none;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
