* {padding:0; margin:0}
.dropdown {
	float:left;
	background-color: #3499d8;
	z-index: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.7em;
	text-align: center;
}
.dropdown dt {
	width:130px;
	cursor:pointer;
	text-transform: uppercase;
}
.dropdown dt:hover {
	color: #011E49;
}
.dropdown dd {position:absolute; overflow:hidden; width:130px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {
	width:130px;
	list-style:none;
}
.dropdown li {
	display:inline;
	font-variant: small-caps;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:2px;
	color:#001e49;
	text-decoration:none;
	width:130px;
	background-color: #C0E3EE;
}
.dropdown a:hover {background:#001e49; color:#FFFFFF}
.dropdown .underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
