
.ddsmoothmenu-v { margin-bottom:10px;}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;

}

 
.ddsmoothmenu-v ul li{
position: relative;
float: none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #1d2a63 !important; 
color: #fff;
}

.ddsmoothmenu-v ul li a:hover{
background: #1d2a63; /*background of menu items during onmouseover (hover state)*/
color: #fff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
background:#1d2a63;
width:200px;
top: 0;
font-weight: normal;
visibility: hidden;
color:#fff;
}

.ddsmoothmenu-v ul li ul li a{ color:#fff; border-bottom:1px dashed #324289}
.ddsmoothmenu-v ul li ul li a:hover{ background:#d7deff; color:#1d2a63;}
.ddsmoothmenu-v ul li ul li a.selected{ background:#d7deff !important; color:#1d2a63 !important;}

.ddsmoothmenu-v ul li ul UL{ width:250px; left:200px !important;}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */