/* NAVIGATION STYLESHEET ITEMS */	
	
#navcontainer {
	background-image: url('images/prime_navbg01a.gif');
	background-repeat: repeat-x;
	width: 825px;
	height: 21px;
	margin: 0px;
}


#navlist {
	font-family: News Gothic MT, News Gothic, Arial, Arial Narrow, arial;
	font-weight: bolder;
	font-size: 10px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
	font-family: News Gothic MT, News Gothic, Arial, Arial Narrow, arial;
	font-weight: 800;
	}

#navlist a:link, #navlist a:visited {
	float: none;
	font-weight: normal;
	padding: 00px 08px 07px 08px;
	text-decoration: none;
	color: #666;
	text-align: center;
	background-image: url('images/prime_navbg01a.gif');
	background-repeat: repeat-x;
	border-right: 1px #999 solid;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	color: #333;
	background-image: url('images/prime_navbg01b.gif');
	background-repeat: repeat-x;
	}

#navlist a:hover { color: #000; }


