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

#menubar {
	height: 30px;
	line-height: 15px;
	font-size: 9px;
}
/*
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navlist ul {
	background-image: url(/images/subNavBg.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
*/
#navlist {
	margin: 0;
	padding: 0;
}

#navlist li {
	float: left;
	list-style-type: none;
	margin: 8px 0 0em;
	padding: 0;
	white-space: nowrap;
}
#navlist a, #navlist a:visited {
	color: #0099CC;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7DCED;
}
#navlist a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0099CC;
}
#menubar #navlist .uberlink {
	color: #003366 !important;
	cursor: default;
	text-decoration: none;
}
#subNav img {
	float: left;
}
