@charset "utf-8";
.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 217px; /* Main Menu Item widths */
	list-style-type: none;
	font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: #999;
	background-color: #e7e6cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D2A3;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #C90;
	background-color: #D2D299;
}

.ddsmoothmenu-v ul li a:hover{
	color: #C90;
	background-color: #D2D299;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 217px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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