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

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navlist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}
#navlist a, #navlist a:visited {
	color: #00717C;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #00717C;
	border-right-color: #00717C;
	border-bottom-color: #00717C;
	border-left-color: #00717C;
}
#navlist a:hover, #navlist #uberlink a {
	color: #ffffff;
	text-decoration: underline;
	background-color: #006979;
}

#navlist #homelink a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#navlist #homelink a:hover, #navlist #homelinkover a {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #006979;
}

