.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
float:left;
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
float:left;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
color: white;
text-decoration: none;
}

.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*/
color: #fab427;
}

.ddsmoothmenu-v ul li a:hover{
color: #fab427;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
top: 0;
font-weight: normal;
background: #115499;
*background: #0c4990;
border: solid 1px #1c70af;
visibility: hidden;
width: 120px;
}
.ddsmoothmenu-v ul li ul li{
width: 120px
}
.ddsmoothmenu-v ul li ul a{
border: none;
font-weight: normal;
margin:2px 10px;
display:block;
}
.ddsmoothmenu-v ul li ul a:hover{
background:none
}
.ddsmoothmenu-v ul li ul li ul{
width: 80px;
}
.ddsmoothmenu-v ul li ul li ul a{
margin: 0 5px
}