.dropdown {
	float:left; 
	padding: 0px 6px;
}
.dropdown ul {
		padding: 0px;
		margin: 0px;
}
.dropdown dt , .dropdown dt a, .dropdown dt a:visited, .dropdown dt a:active {
	display: block;
	width:188px; 
	padding:16px 2px 11px 2px; 
	font-weight:bold; 
	cursor: default; 
	color: #fff;
	text-align: center;
}

.dropdown dt a:hover {
	text-decoration: none;	
	color: #bff9ad;
}

.dropdown dt {
	text-align: center;
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:208px; 
	display:none; 
	z-index:200; 
	opacity:0;
}

.dropdown ul {
	width:190px; 
	border:1px solid #62a659; 
	list-style:none; 
	border-top:none;
}

.dropdown li {
	display:inline;
	padding: 0px;
	margin: 0px;
}

.dropdown dd ul a, .dropdown dd ul a:visited {
	display:block; 
	padding:5px; 
	color:#2d7423; 
	text-decoration:none; 
	background:#f0ffee; 
	width:180px
}

.dropdown ul a:hover, .dropdown ul a.underline:hover {
	background:#d9e1e4; 
	color:#000;
}

.dropdown .underline {
	border-bottom:1px solid #cbe3c8;
}

/**/
.dropdown ul ul {
	width:190px; 
	border:none ; 
	list-style:none; 
	border-top:none;
}

.dropdown dd ul ul a, .dropdown dd ul ul a:visited {
	display:block; 
	padding:3px 20px; 
	color:#2d7423; 
	text-decoration:none; 
	background:#f0ffee; 
	width:150px
}

.dropdown ul a:hover, .dropdown ul a.underline:hover {
	background:#d9e1e4; 
	color:#000;
	text-decoration: none;
}

.dropdown .underline {
	border-bottom:1px solid #cbe3c8;
}