* {padding:0; margin:0}
.dropdown {
	float:left
}
.dropdown dt {
	width:148px;
	border:1px solid #CCCCCC;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background-image: url(../images/header.gif);
}
.dropdown dt:hover {background:url(../images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:168px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:164px;
	list-style:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:154px
}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

