/* 
  ================================================
  PVII Uberlink Horizontal Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/
#menubar {
	font-size: 12px;
	margin: 0px 0px 0px 22px;
	width: 748px;
}
#menubarHome {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	width: 500px;
}

.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 2px 0 0;
	padding: 0;
	white-space: nowrap;
}
#navlist a, #navlist a:visited {
	padding: 3px 15px 3px 15px;
	background-color: #B88450;
	background-image:  url(TopNav_Regular.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #f3eae2;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #c69c6e;
	background-image:  url(TopNav_Over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
}
#menubar #navlist .uberlink {
	background-color: #003300;
	background-image:  url(TopNav_Current.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff !important;
	font-weight: bold;
	cursor: default;
}