* {padding:0; margin:0}
.dropdown {float:left}
.dropdown dt {width:135px}
.dropdown dd {position:absolute; overflow:hidden; width:168px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {
	width:164px;
	list-style:none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #376906;
	border-right-color: #376906;
	border-bottom-color: #376906;
	border-left-color: #376906;
}
.dropdown li {display:inline}
.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	width:154px;
	background-color: #FFFFFF;
	padding: 5px;
}
.dropdown ul a:hover {
	color:#FFFFFF;
	background-color: #669900;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #417310;
}

