* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {
	width:128px;
	border:1px solid #000;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	background:url(images/header.gif)
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:139px;
	display:none;
	z-index:200;
	opacity:0;
	background-color: #303030;
}
.dropdown ul {
	width:139px;
	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: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FFF;
	text-decoration:none;
	width:139px;
	background-color: #303030;
}
.dropdown a:hover {
	color:#FFF;
	background-color: #303030;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
}

