.ddsmoothmenu-v ul{
	z-index:20;
margin: 0 0 0 0px;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
font: 11px Verdana;

border-bottom: 1px solid #d1d1d1;
}
 
.ddsmoothmenu-v ul li{
position: relative;
	z-index:20;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #555555;
text-decoration: none;
padding: 5px;

border-bottom: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
}

.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: #555555;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #e3e3e3; 
color: #555555;
}

.ddsmoothmenu-v ul li a:hover{
background: #e3e3e3; /*background of menu items during onmouseover (hover state)*/
color: #2f71c9;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 280px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: 50%; height: 50%; }
* html .ddsmoothmenu-v ul li a { height: 50%; }
/* End */