/* 
  ================================================
  PVII Uberlink Horizontal Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/

#menubar {
	font-size: .8em;
	width: 560px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	height: 18px;
	margin: 0;
	padding: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navlist a, #navlist a:visited {
	background-image:  url(../images/top_nav_bg_off.gif);
	color: #653600;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
	display: block;
}
#navlist a:hover {
	background-color: #9F6F9F;
	background-image:  url(../images/top_nav_bg_over.jpg);
	color: #2D1E2D;
}
#navhoriz #menubar #navlist .uberlink {
	background-color: #A58876;
	background-image:  url(l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #D9CAC0!important;
	font-weight: bold;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

