		/* NAVIGATION ROLL OVERS	*/		
#nav   {		
	list-style: none;
	margin:  3px 0px 3px 0px;
	padding: 0px;
	border: 0px;
	display: block;
	width: 164px;

}
#nav li {
		margin:  0px 0px 0px 3px;
		padding: 0px;
		border: 0px;
		display: block;
		list-style-type: none;
		height: 33px;
	}
#nav a {
		height: 33px;
		margin:  1px 0px 0px 0px;
		padding: 0px;
		border: 0px;
  		list-style: none;
		display: block;
	}
#nav a:hover {
		background-position: 0 -33px;
}

#nav a.selected {
		background-position: 0 -33px;
}


#stormwater_products a {
		background: url(../nav/stormwater_products.gif);
}
#stormwater_services a {
		background: url(../nav/stormwater_services.gif);
}

#stormwater_equipment a {
		background: url(../nav/stormwater_equipment.gif);
}
#stormwater_issues a {
		background: url(../nav/stormwater_issues.gif);
}
#stormwater_profile a {
		background: url(../nav/stormwater_profile.gif);
}
#stormwater_industries a {
		background: url(../nav/stormwater_industries.gif);
}
#stormwater_news a {
		background: url(../nav/stormwater_news.gif);
}
#stormwater_care a {
		background: url(../nav/stormwater_care.gif);
}


		/* ICON NAVIGATION ROLL OVERS	*/

div#icons {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	height: 31px;
}
div#subnav {
	margin: 3px 1px 3px 1px;
	padding: 5px 10px 0px 0px;
	border: 0px;
	height: 27px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c41230;
	text-align: right;
	background-color: e8e9df;
}
div#subnav a:link {
	color: #666666;
	text-decoration: none;
	}
div#subnav a:visited {
	color: #666666;
	text-decoration: none;
	}
div#subnav a:hover {
	color: #c41230;
	}
