body {
	margin:25px; font:12px Verdana, Arial, Helvetica
}
* {
	padding:0; margin:0
}
.dropdown {
	float:left; padding-right:5px
}
#dropdown {
	position: relative;
	z-index: 3;
}
.dropdown dt {
	width:188px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:url(images/header.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #800000;
	border-left-color: #800000;
	text-align: center;
	color: #800000;
}
.dropdown dt:hover {
	background:url(images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:206px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:204px;
	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: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#800000;
	text-decoration:none;
	width:194px;
	background-color: #C8B496;
	z-index: 3;
	position: relative;
}
.dropdown a:hover {
	color:#000;
	background-color: #E0D6C5;
	position: relative;
	z-index: 3;
}
.dropdown .underline {
	border-bottom-style: none;
	border-bottom-color: #800000;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #800000;
	border-right-color: #800000;
	border-left-color: #800000;
}
