.dropdown { font-size: 12px; }
.dropdown dt { cursor: pointer; }
.dropdown dt:hover {}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	border-top: 1px solid #eaeaea;
	list-style: none;
}
.dropdown li { display: inline; }
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	background: #fafafa;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.dropdown a:hover { background: #FFFFFF; }
.dropdown .underline { border-bottom: 1px solid #eaeaea; }
