.dropdown dt {
	cursor:pointer;
	color:#FFF;
	z-index:100;
}
.dropdown dt:hover {
	background-color:#F76114;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff;
	margin-top:1px;
	margin-left:-11px;
	opacity:0;
	z-index:400;
}
.dropdown ul {
	list-style:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
	background:#003277;
	width:150px;
}
.dropdown a:hover {
	background:#F76114;
	color:#fff
}
.dropdown .underline {
	border:thin #CCC groove
}
.dropdown .underline2 {
	border:thin #CCC groove;
	border-top:none
}
