body {
	margin:0px;
	font:12px Verdana, Arial, Helvetica
}
* {
	padding:0;
	margin:0
}
.dropdown {
	float:left;
	background-color: #e0e0e0;
	color:#666666;
}
.dropdown dt {
	width:120px;
	padding:8px;
	font-weight:bolder;
	cursor:pointer;
	background:url(images/header.gif);
}
.dropdown dt:hover {
	background:url(images/header_over.gif)
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:160px;
	display:none;
	background:#e0e0e0;
	z-index:120;
}
.dropdown ul {
	width:140px;
	border:2px solid #e0e0e0;
	list-style:none;
	border-top:none
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#e0e0e0;
	text-decoration:none;
	background:#808080;
	width:194px
}
.dropdown a:hover {
	background:#e3001a;
	color:#ffffff
}
.dropdown .underline {
	border-bottom:1px solid #e0e0e0
}