.dropdown {
	float:left;
	position:relative;
}
.dropdown dt {
	width:160px;
	font-size:xx-small;
	font-weight:bold;
	color:#ffe7ba;
	cursor:pointer;
	background-color:#b44400;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#FFFFFF;
}
.dropdown dt:hover {background:#ffe7ba}
.dropdown dd {position:absolute; overflow:hidden; width:160px; display:none; background:#ffffcc; z-index:200; opacity:0}
.dropdown ul {border:2px solid #b44400; list-style:none; border-top:none}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:1px;
	color:#b44400;
	text-decoration:none;

	font-size:12px;
}
.dropdown a:hover {background:#6b2901; color:#ffe7ba}
.dropdown .underline {border-bottom:1px solid #b44400}
