/* rapid labels menu */

#menubar {
	padding: 56px 0px 4px 273px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height:22px;
	clear:both;
}
#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	border-left: 1px solid #ccc;
	background-color: #AEAFB2;
}
#navlist a, #navlist a:visited {
	display:block;
	width:86px;
	color: #EEEEEE;
	padding:15px;
	text-decoration: none;
}
#navlist a:hover {
	width:86px;
	background-color:#CCCCCC;
	padding:15px;
}

#menubar #navlist #uberlink{
	background-color: #AC1516;
	cursor: default;
}

#uberlink a:hover{
	background-color: #AC1516;

}