#menubar {
	margin: 16px 0 0;
	font-size: 0.8em;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navlist {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlist a, #navlist a:visited {
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	padding: 10px 12px 12px;
	border-left: 0px solid #CCCCCC;
}
#navlist a:hover {
	/* background-image:  url(../assets/layout_v3/nav_indicator.gif);
	background-repeat: no-repeat;
	background-position: center bottom; */
	color: #333333;
	background-color: #F0F0F0;
}
#menubar #navlist .uberlink {
	background-image:  url(../assets/layout_v3/nav_indicator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}
