* {padding:0; margin:0}
.dropdown {float:left; padding-right:1px}
.dropdown dt {
	width:99px;
	padding:0px;
	font-weight:normal;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:124px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {
	width:118px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	width:112px;
	background-color: #6C89C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.dropdown a:hover {
	color:#333D88;
	background-color: #CCCCCC;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
