* {
	padding:0;
	margin:0
}
.dropdown {
	float:left;
	padding-right:3px;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 25px;
	height:19px;
}
.dropdown dt {
	/* width:188px; 
	background:url(images/header.gif) 
	border:2px solid #9ac1c9; */ 
	padding:8px;
	font-weight:bold;
	cursor:pointer;
}
.dropdown dt:hover {
	/* background:url(images/header_over.gif) */
	/* background-color:#963; */
	color: #E3A25A;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:150px;
	display:none;
	background:#fff;
	z-index:0;
	opacity:0;
	margin-top: 3px;
}
.dropdown ul {
	width:204px;
	/* border:2px solid #432712; */
	list-style:none;
	border-top:none
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
	/* background:#eaf0f2; */
	background-color:#963;
	width:194px
}
.dropdown a:hover {
	background:#432712;
	color:#fff
}
.dropdown .underline {
	border-bottom:1px solid #432712
}
.nodrop, .nodrop:active, .nodrop:visited {
	/* background:url(images/header.gif);
	display:block; */
	padding:8px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
	margin-top: 25px;
}
.nodrop:hover {
	/* background:url(images/header_over.gif) */
	/* background-color:#963; */
	color: #E3A25A;
}
.nodrop_bottom, .nodrop_bottom:active, .nodrop_bottom:visited {
	/* background:url(images/header.gif);
	display:block; */
	padding:8px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
	margin-top: 5px;
}
.nodrop_bottom:hover {
	/* background:url(images/header_over.gif) */
	/* background-color:#963; */
	color: #E3A25A;
}

