

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 160px; /* Main Menu Item widths */
list-style-type: none;
font: bold 11px Tahoma, Arial;
font-weight:700;
text-decoration: none;
padding-left: 0px;
}

.ddsmoothmenu-v li a
{
 font: bold 11px Tahoma, Arial;   
}




.ddsmoothmenu-v ul li{
position: relative;
float: none;
font: bold 11px Tahoma, Arial;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 5px 23px 5px 6px;
border-bottom: 0px solid #f4f7fc;
border-right: 0px solid #778;
padding-left: 15px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #e7eff8; /*background of menu items (default state)*/
color: #5372A3;
background-image:url('../img/menubg160.png');
}


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

.ddsmoothmenu-v ul li a:hover{
background: #d7e3f0; /*background of menu items during onmouseover (hover state)*/
color: #3d5679;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
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 */