#nav2{
	margin-left:250px;
	width:800px;
	
}
#topper{
	background-repeat: no-repeat;
}
.dropdown{
	padding-right:0px;
	float:left;
	margin-top:25px;
 }
.dropdown dt {
	width:180px;
	text-align:center;
	border:0px solid #021f03; 
	padding:2px; 
	font-weight:bold; 
	cursor:pointer; 
	color:#e7e7ce;
	
	
}
.dropdown dt:hover {
	
}
.dropdown dd {
	filter:alpha(opacity=25);
	margin-left:-0px;
	text-align:center;
	position:absolute; 
	overflow:hidden; 
	width:188px; 
	display:none; 
	
	z-index:200; 
	opacity:0;
}



	
.dropdown ul {
	
	margin-left:-54px;
	
	width:200px; 
	border:2px solid #e7e7ce; 
	list-style:none; 
	border-top:none
}


.dropdown li {
	margin-left:-16px; 
	display:inline;
	text-align:center;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#e7e7ce; 
	text-decoration:none; 
	background:#021f03; 
	width:194px
}
.dropdown a:hover {
	background:#07650a; 
	color:#e7e7ce
}

.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}