.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 210px; /* Main Menu Item widths */
	list-style-type: none;
	font-weight: bold;
}
 
.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: #333333;
	text-decoration: none;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #23596D;
}

.ddsmoothmenu-v ul li a:hover{
	color: #23596D;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	background-color: #71B8D2;
}
.ddsmoothmenu-v ul li ul li{
	font-weight: bold;
}
.ddsmoothmenu-v ul li ul li a{
	width: 188px;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0066CC;
	text-decoration: none;
}
.ddsmoothmenu-v ul li ul li a:hover{
	color: #333333;
	text-decoration: none;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
