/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle_green, .ddsubmenustyle_green ul{ /*topmost and sub ULs, respectively*/
	font-size:12px;
	color:#ffffff;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;}

.ddsubmenustyle_green li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: #ffffff;
	background-color: #35a56d;
	text-decoration: none;
	padding: 4px 10px;
	border-bottom:1px solid #053819;
}

* html .ddsubmenustyle_green li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle_green li a:hover{
	background-color: #207a49;
	color: white;
}
