
* {padding:0; margin:0}
.dropdown {float:left; padding:0px;
	margin:0px;}
.dropdown dt {
	width:99px;
	height:26px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0c9219;
	border-right-color: #0c9219;
	border-bottom-color: #0c9219;
	border-left-color: #0c9219;
}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {display:block; padding:0px; width:99px}
.dropdown dd {position:absolute; overflow:hidden; width:172px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:170px; border:1px solid #0c9219; list-style:none;}
.dropdown li {display:inline; width:170px}
.dropdown li a, .dropdown li a:active, .dropdown a:visited {display:block; padding:0px; background:#6abe72; width:170px}
.dropdown a:hover {background:#8dcd93}
.dropdown .underline {border-bottom:1px solid #0c9219}



