#menubar {
	font-size: 12px;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding: 0px;
	height: 40px;
}

#menubarholder {
	background-color: #EDEAD1;
	height: 30px;
	width: 760px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;	
	
}
#navlist a, #navlist a:visited {
	background-color: #DAD19E;
	color: #19491F;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #ddd;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 1px;
	display: inline-block;
	float: left
}
#navlist a:hover {
	background-color: #19491F;
	color: #FFFFFF;
}
#menubar #navlist .uberlink {
	background-color: #19491F;
	color: #DEE08D !important;
	font-weight: bold;
	cursor: default;
}
