#menubar {
	font-size: 12px;
	width: 850px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #003063;
	border: 1px solid #003063;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.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;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navlist a, #navlist a:visited {
	padding: 3px 18px 3px 17px;
	background-color: #003063;
	background-image:  url(l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
}
#navlist a:hover {
	background-color: #FFFF00;
	background-image:  url(l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #0067CC;
}
#menubar #navlist .uberlink {
	background-color: #013162;
	background-image:  url(l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #CCCCCC!important;
	font-weight: bold;
	cursor: default;
}
