.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
font: bold 14px Arial;

}
 
.ddsmoothmenu-v ul li{
position: relative;
padding:2px 0;
}

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

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

.ddsmoothmenu-v ul li a:hover{

color:#fc9afb;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
background: #f9f;
position: absolute;
width: 230px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
list-style:none;
}
.ddsmoothmenu-v ul li ul a {
  padding: 2px 6px;
}
.ddsmoothmenu-v ul li ul a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 
color:#970098;
}

.ddsmoothmenu-v ul li ul a:hover{

color:#970098;
}

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