#menu_wrapper{
	position:relative;
	width:890px;
	height:45px;
	margin-top:0px;
	border-top: 1px dashed #DEDEBE;
	margin-left:-20px;
	margin-right:-20px;
}
#menu{
	position:relative;
	height:25px;
	width:820px;
	margin-top:10px;
	text-align:center;
	margin-left:20px;
	border-bottom:10px solid #E2C84E;
	padding-left:30px;
}
/*#tabs{
	position:absolute;
	top:80px;
	right:5px;
	width:530px;
	margin: 0px;
	padding: 0px;
	height:20px;
	left: 320px;
}
*/
#nav{margin:0px; padding:0px;}
	
	#nav li {
	list-style: none;
	float:left;
	width:auto;
	height:15px;
	font-size:11px;
	line-height:15px;
	text-align: center;
	margin-top: 0px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	border-left:3px solid #E2C84E;
	font-family:"Century Gothic";
}	
#nav li.first{ border:0px;}
	#nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #020000;
	text-transform:uppercase;
	width:auto;
}
	
	#nav a:hover {
	color:#C0A31A;
	text-decoration: underline;
}
	
	#nav a#current {
	color:#C0A31A;
	text-decoration:underline;
}	
