.ddsmoothmenu-v{ color:#181818; font-size:12px; font-weight:bold; line-height:25px;}
.ddsmoothmenu-v ul{padding:0px; margin:0px; list-style:none;}
 
.ddsmoothmenu-v ul li{
position: relative;
padding:0px; margin:0px;
background: #ABE0F1;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
 border-bottom:#96c5d4 solid 1px; color:#181818; text-decoration:none; display:block; padding-left:10px; height:25px;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
border:#28809c solid 1px; color:#bedcfb; text-decoration:none; background:#4297b2; display:block; height:24px; line-height:24px;
}

.ddsmoothmenu-v ul li a:hover{
border:#28809c solid 1px; color:#bedcfb; text-decoration:none; background:#4297b2; display:block; height:24px; line-height:24px;
}

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

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