* {padding:0; margin:0}
.dropdown {
	position: absolute;

}
.dropdown dt {
	font-weight:bold;
	cursor:pointer;
	background:url(images/header.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:208px;
	display:none;
	z-index:800;
	opacity:0;
	margin-top: -3px;
}
.dropdown ul {
	list-style:none;
	border-top:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#333;
	text-decoration:none
}
.dropdown a:hover {
	color:#000
}
.dropdown .underline {
}
