.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 195px; /* Main Menu Item widths */
	list-style-type: none;
	font: bold 12px Tahoma, serif;
	text-align: left;
	border-bottom: 0px solid #ccc;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	background: #FFFF00;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 7px  0 7px 10px;
	border-top: 1px solid #F4F4F4 ;
	border-bottom: 0px solid #000 ;
	border-right: 1px solid #a0c6d9 ;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: #0859a3; /*background of menu items (default state)*/
color: #f4f4f4;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #000033; 
	color: #999;
	font: bold 12px Tahoma, serif;
}

.ddsmoothmenu-v ul li a:hover{
	background: #00a0c6; /*background of menu items during onmouseover (hover state)*/
	color: #fff;
	font: bold 12px Tahoma, serif;
	border-top: 1px solid #F4F4F4 ;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 165px; /*Sub Menu Items width */
	top: 0;
	font-weight: bold;
	visibility: hidden;
}

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