/*********** BEGIN MAIN NAVIGATION ******************/

#newsNav {
	position:absolute;
	left:80px;
	top:400px;
	width: 159px;
	height: 174px;
	background: url(../images/news/newsnavoff.gif) no-repeat top left;
	margin: 0 auto;
	clear: both;
}

#newsNav ul {
	display: block;
	float: none;
	list-style: none;
	margin: 0 auto;
	width: 159px;
	height: inherit;
	padding: 0;
	margin-left: 0px;
}

#newsNav ul li {
	display: block;
	float: left;
	height: 35px;
	clear: none;
}

#newsNav ul li a {
	display: block;
	float: left;	
	height: 35px;
	width: 159px;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
}



li#navlinks a:hover, li#navlinks.selected a {
	background: transparent url(../images/news/newsnavon.gif) 0px 0px no-repeat;
}

li#navcivic a:hover, li#navcivic.selected a {
	background: transparent url(../images/news/newsnavon.gif) 0px -35px no-repeat;
}

li#navsignup a:hover, li#navsignup.selected a {
	background: transparent url(../images/news/newsnavon.gif) 0px -70px no-repeat;
}

li#navlegitimate a:hover, li#navlegitimate.selected a {
	background: transparent url(../images/news/newsnavon.gif) 0px -105px no-repeat;
}

li#navengage a:hover, li#navengage.selected a {
	background: transparent url(../images/news/newsnavon.gif) 0px -140px no-repeat;
}

/************* END MAIN NAVIGATION ***********************/



