.ddsmoothmenu-v ul{
margin: 0;
padding: 0; /* Main Menu Item widths */
list-style:none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	list-style-type: none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: hidden; /*force hasLayout in IE7 */
	color: #0059A6;
	text-decoration: none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: #666666;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #0059A6;
}

.ddsmoothmenu-v ul li a:hover{
color: #0059A6;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 220px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	border: 1px solid #4182B8;
}

.ddsmoothmenu-v ul li ul li {
	list-style-type: none;
}
.ddsmoothmenu-v ul li ul li a{
	background-color:#ADDBFC;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #74AFE0;
	border-right-color: #74AFE0;
	border-bottom-color: #74AFE0;
	border-left-color: #74AFE0;
}
.ddsmoothmenu-v ul li ul li a:hover{
	color: #FFFFFF;
	background-color: #0262AF;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
