* {
	margin: 0;
	padding: 0;
}
body{
	background: #1D3E58;
	font-family: Verdana, Tahoma;
}
#menu {
	width: 980px;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	color: #000;
	/*background: #FF8815;*/
	background: #8EB859;
}
#menu ul {
	margin: 0 auto;
}
ul.topnav {
	list-style: none;	
	margin: 0;
	padding: 0;
	width: auto;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.topnav li a{
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	height: 28px;
}
ul.topnav li a:hover{
	background: url(../images/fancydropdown/topselectionright.png);
	height: 28px;
	border: none;
	color: #000;
}
ul.topnav li a.current {
	background: url('../images/fancydropdown/drophighlight.gif') no-repeat center 25px;
	color: #FF0000;
	height: 28px;
}
ul.topnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;
} 

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; 
	left: 0; 
	top: 35px;
	font-size: 10px;
	background: url('../images/fancydropdown/dropdown2.gif');
	display: none;
	border-bottom: 1px solid #dc902f;
	padding-bottom: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#menu ul.subnav li a {
	/*border-bottom: 1px solid #e5cd8e;
	line-height: 22px;
	height: 22px;
	overflow: hidden;*/
	border-bottom: 1px solid #e5cd8e;
	height: 15px;
	font-weight: bold;
	color: #052536;
}

#menu ul.subnav li a:hover {
	background: url('../images/fancydropdown/menuarrow.gif') no-repeat left center;
	border: none;
	padding-left: 27px;
}
