#menubar {
	font-size: 95%;
	width: 750px;
	background-color: #9F531F;
	height: 33px;
	padding-top: 10px;
	margin: 0px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
	padding: 0;
	white-space: nowrap;
	margin: 0;
	font-weight: bold;
}
#navlist a, #navlist a:visited {
	background-color: #9F531F;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
#navlist a:hover {
	background-color: #9F531F;
	color: #FFCC66;
}
#menubar #navlist .uberlink {
	background-color: #9F531F;
	color: #FFCC66!important;
	cursor: default;
}

