body
{background-color:#000000;
}

.dropdown {
	float:left;
}
.dropdown dt {
	width:108px;
	height:24px;
	font-weight:bold;
	border: #FFFFFF solid 1px;
	cursor:pointer;
	font-size:1em;
	color:#CC6600;
	font-family: Verdana, "Lucida Grande", Optima, Arial, Helvetica;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}


.dropdown dt:hover { background-repeat:no-repeat; color:#FFFFFF;}
#home {background:url(images/header_over.png)}
.dropdown dd {
	position:absolute;
	margin-left:0px;
	overflow:hidden;
	width:108px;
	border-right: 1px solid #9ac1c9;
	display:none;
	background:#fff;
	z-index:200;
}
.dropdown ul {
	padding-left:0px;
	width:108px;
	margin-left:0px;
	border:1px solid #9ac1c9;
	list-style:none;
	margin-top:0px;
	margin-bottom:0px;
}
.dropdown li {display:inline; }
.dropdown a, .dropdown a:active, .dropdown a:visited {font-weight:bold; font-family:1em Verdana, Lucida, Optima, Arial, Helvetica; height:15px; display:block; padding:5px; color:#CC6600; text-decoration:none; background:#000000; width:91.5px; font-size:10px; font-weight:bold;  padding-left:10px; }
.dropdown a:hover {background:#000000; color:#FFFFFF; font-size:10px; font-weight:bold;}
.dropdown .underline {border-bottom:1px solid #FFFFFF;}

.menutext
{text-align:center;color:white; vertical-align:top;}
