.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 300px; /* Main Menu Item widths */
list-style-type: none;
font: normal 16px Verdana;
letter-spacing:2px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#062945;
text-decoration: none;
padding: 30px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #FFFFFF; background of menu items (default state)*/
color: #062945;
text-decoration: none;
}


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

.ddsmoothmenu-v ul li a:hover{
background: #8A002D; /*background of menu items during onmouseover (hover state)*/
color: #FFFFFF;
text-decoration: none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width:200px; /*Sub Menu Items width */
top: 20;
font-weight: normal;
visibility: hidden;
padding: 0px;
margin-top:20px;
}
/* Sub level menu links style */
.ddsmoothmenu-v ul li ul li a{
font: normal 14px Verdana;
width: 200px; /*width of sub menus*/
padding: 10px;
margin: 0;
border-top-width: 0;
border: 1px solid #8A002D;
background-color:#EEEEEE;
}

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