.ddsmoothmenu-v1 ul{
margin: 0;
padding: 0;
width: 185px; /* Main Menu Item widths */
list-style-type: none;
font: 11px Verdana;

}
 
.ddsmoothmenu-v1 ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v1 ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #c3edf8;
text-decoration: none;
padding: 10px;

/*border-right: 1px solid #778;*/
}

.ddsmoothmenu-v1 ul li a:link, .ddsmoothmenu-v1 ul li a:visited, .ddsmoothmenu-v1 ul li a:active{
background: #000066; /*background of menu items (default state)*/
color: #c3edf8;
}


.ddsmoothmenu-v1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #009; 
color: #c3edf8;
}

.ddsmoothmenu-v1 ul li a:hover{
background: #009; /*background of menu items during onmouseover (hover state)*/
color: #c3edf8;
}

/*Sub level menu items */
.ddsmoothmenu-v1 ul li ul{
position: absolute;
width: 185px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility:hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v1 ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v1 ul li a { height: 1%; }
/* End */
