.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 240px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: white;
	text-decoration: none;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 15px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: #666666;
	background-color: #fff;
}


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

.ddsmoothmenu-v ul li a:hover{
	color: white;
	background-color: #71b433;
}

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

.ddsmoothmenu-v ul li ul li a {
	background-color: red;
} */
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
	color: #333333;
	background-color: #bedd97;
	left: 0px;
	position: relative;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.ddsmoothmenu-v ul li ul li a:hover {
	background-color: #71b433;
	color: #FFFFFF;
	}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
	float: left;
	height: 1%;
	background-color: #999999;
}
* html .ddsmoothmenu-v ul li a {
	height: 1%;
	background-color: #999999;
}
/* End */