/*********** BEGIN MAIN NAVIGATION ******************/

#mapNav {
	position:absolute;
	left:80px;
	top:400px;
	width: 159px;
	height: 174px;
	background: url(../images/projects/mapnavoff.gif) no-repeat top left;
	margin: 0 auto;
	clear: both;
}

#mapNav ul {
	display: block;
	float: none;
	list-style: none;
	margin: 0 auto;
	width: 159px;
	height: inherit;
	padding: 0;
	margin-left: 0px;
}

#mapNav ul li {
	display: block;
	float: left;
	height: 35px;
	clear: none;
}

#mapNav 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/projects/mapnavon.gif) 0px 0px no-repeat;
}

li#navsubmit a:hover, li#navsubmit.selected a {
	background: transparent url(../images/projects/mapnavon.gif) 0px -35px no-repeat;
}

li#navengage a:hover, li#navengage.selected a {
	background: transparent url(../images/projects/mapnavon.gif) 0px -70px no-repeat;
}

li#navinvolve a:hover, li#navinvolve.selected a {
	background: transparent url(../images/projects/mapnavon.gif) 0px -105px no-repeat;
}


/************* END MAIN NAVIGATION ***********************/



