.dropdown {
	float: left;
	padding-right: 5px
}
.dropdown dt {
	border: 0px solid #9ac1c9;
	padding: 8px;
	font-weight: normal;
	cursor: pointer;
	background: url(images/header.gif)
}
.dropdown dt:hover {
	background: url(images/header_over.gif);
	text-decoration: none;
	color: #a4c1db;
}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 208px;
	display: none;
	background: #fff;
	z-index: 200;
}
.dropdown ul {
	border: 0px solid #9ac1c9;
	list-style: none;
	border-top: none
}
.dropdown li {
	display: inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: #aac8e3;
	text-decoration: none;
	background: #eaf0f2;
	width: 194px
}
.dropdown a:hover {
	background: #aac8e3;
	color: #000
}
.dropdown .underline {
	border-bottom: 0px solid #b9d6dc
}
