body {
	margin:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {
	width:144px;
	padding:8px;
	font-weight:normal;
	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:160px;
	display:none;
	background:#fff;
	z-index:160px;
	opacity:0
}
.dropdown ul {
	width:160px;
	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: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	width:160px;
	background-color: #333333;
}
.dropdown a:hover {
	color:#00FFCC;
	background-color: #000000;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
}

