@charset "utf-8";
/* CSS Document */


/* NAVIGATION - CSS SPRITES*/

#nav {
	float:left;
	width:975px;
	height:25px;
	margin:0px 0 0 0px;
	padding:0px 0px 0px 0px;
	border: 0px solid green;
	display: block;
	position:relative;
	z-index: 100;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#top, #top ul {/*top nav*/
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:auto;
	list-style: none;
	
	}
	
#top ul.second {/*second level*/
	background-color:#99d377;
	background: url('images/subitem.png');
	padding:0px;
	width: auto;
	clear:both;
	float:left;
	margin-top:25px;
	margin-left: 0px;
	
}




#top ul.second li {/*second level list*/
    width:100%;
	clear:both;
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	background: #99d377;
	
	}
	
#top ul.second a {/*second level anchor*/
	display: block;
	color:#000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	
	}
	
#top a { /*first level anchor*/
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width: 120px;
}

#top ul.second li a { /*second level anchor*/
	float:left;
	clear:both;
	color:#000000;
	font-weight: normal;
	}

#top ul.second li a:hover { /*second level anchor HOVER*/
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	color:#0B5626;
	font-weight: normal;
}

#top ul.second li:hover { /*second level list hover*/
	background-color: #88CB62;	

}

#top li {  /* first level list*/
	float: left;
	/*width: 10em;*/
}

#top li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#top li:hover ul {
	left: auto;
}

#top li:hover ul, #top li.sfhover ul {
	left: auto;
}
/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.home, #nav a.about, #nav a.account, #nav a.water, #nav a.wastewater, #nav a.faq, #nav a.resources, #nav a.contact, #nav a.home_ON, #nav a.about_ON, #nav a.account_ON, #nav a.water_ON, #nav a.wastewater_ON, #nav a.faq_ON, #nav a.resources_ON, #nav a.contact_ON {
	float:left;
	background:url(images/nav_sprite.jpg) no-repeat;
	height:25px;
	text-indent:-999999px;
	}
	
#nav a.home {	
	background-position:left -25px;
	width:74px;
	}
	
#nav a.about {	
	background-position:-74px -25px;
	width:94px;
	height: 25px;
	}

#nav a.account {	
	background-position:-168px -25px;
	width:119px;
	height: 25px;
	}

#nav a.water {	
	background-position:-287px -25px;
	width:69px;
	height: 25px;
	}	
	
#nav a.wastewater {	
	background-position:-356px -25px;
	width:108px;
	height: 25px;
	}	
	
#nav a.faq {	
	background-position:-464px -25px;
	width:69px;
	height: 25px;
	}	
	
#nav a.resources {	
	background-position:-533px -25px;
	width:98px;
	height: 25px;
	}
	
#nav a.contact {	
	background-position:-631px -25px;
	width:102px;
	height: 25px;
	}

#nav a.home:hover {	
	background-position:left 0px;
	width:74px;
	}
	
#nav a.about:hover {	
	background-position:-74px 0px;
	width:94px;
	height: 25px;
	}

#nav a.account:hover {	
	background-position:-168px 0px;
	width:119px;
	height: 25px;
	}

#nav a.water:hover {	
	background-position:-287px 0px;
	width:69px;
	height: 25px;
	}	
	
#nav a.wastewater:hover {	
	background-position:-356px 0px;
	width:108px;
	height: 25px;
	}	
	
#nav a.faq:hover {	
	background-position:-464px 0px;
	width:69px;
	height: 25px;
	}	
	
#nav a.resources:hover {	
	background-position:-533px 0px;
	width:98px;
	height: 25px;
	}
	
#nav a.contact:hover {	
	background-position:-631px 0px;
	width:102px;
	height: 25px;
	}
	
#nav a.home_ON {	
	background-position:left 0px;
	width:74px;
	}
	
#nav a.about_ON {	
	background-position:-74px 0px;
	width:94px;
	height: 25px;
	}

#nav a.account_ON {	
	background-position:-168px 0px;
	width:119px;
	height: 25px;
	}

#nav a.water_ON {	
	background-position:-287px 0px;
	width:69px;
	height: 25px;
	}	
	
#nav a.wastewater_ON {	
	background-position:-356px 0px;
	width:108px;
	height: 25px;
	}	
	
#nav a.faq_ON {	
	background-position:-464px 0px;
	width:69px;
	height: 25px;
	}	
	
#nav a.resources_ON {	
	background-position:-533px 0px;
	width:98px;
	height: 25px;
	}
	
#nav a.contact_ON {	
	background-position:-631px 0px;
	width:102px;
	height: 25px;
	}
	
	
/*END NAVIGATION*/

