#navigation span {display: none;}

ul#navigation {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 43px;
	left: 20px;
	width: 230px;
	height: 340px;
	list-style: none;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation a {
	display: block;
	position: absolute;
	width: 230px;
	height: 34px;
	outline: none;
}

#navigation a.home {
top: 0px; background: transparent url(/images/menu/home.gif) 0 0 no-repeat;}

#navigation a.about-us {
top: 34px; background: transparent url(/images/menu/about-us.gif) 0 0 no-repeat;}

#navigation a.community {
top: 67px; background: transparent url(/images/menu/community-commitment.gif) 0 0 no-repeat;}

#navigation a.environmental {
top: 101px; background: transparent url(/images/menu/environmental-excellence.gif) top left no-repeat;}

#navigation a.employment {
top: 135px; background: transparent url(/images/menu/employment.gif) top left no-repeat;}

#navigation a.dredging {
top: 169px; background: transparent url(/images/menu/dredging.gif) top left no-repeat;}

#navigation a.employee-login {
top: 339px; background: transparent url(/images/menu/employee-login.gif) top left no-repeat;}

#navigation a.dickerson-florida {
top: 203px; background: transparent url(/images/menu/dickerson-florida.gif) top left no-repeat;}

#navigation a.dickerson-aggregates {
top: 237px; background: transparent url(/images/menu/dickerson-aggregates.gif) top left no-repeat;}

#navigation a.customer-information {
top: 271px; background: transparent url(/images/menu/customer-information.gif) top left no-repeat;}

#navigation a.contact-us {
top: 305px; background: transparent url(/images/menu/contact-us.gif) top left no-repeat;}


/* #navigation a:hover {background: transparent top left no-repeat;} */


#navigation a.home:hover {background-position: 0 -34px}
body#about-us a.about-us, 
#navigation a.about-us:hover {background-position: 0 -34px;}
body#community-commitment a.community, 
#navigation a.community:hover {background-position: 0 -34px;}
body#environmental-excellence a.environmental, 
#navigation a.environmental:hover {background-position: 0 -34px;}
body#employment a.employment, 
#navigation a.employment:hover {background-position: 0 -34px;}
body#dredging a.dredging, 
#navigation a.dredging:hover {background-position: 0 -34px;}
body#employee-login a.employee-login, 
#navigation a.employee-login:hover {background-position: 0 -34px;}
body#dickerson-florida a.dickerson-florida, 
#navigation a.dickerson-florida:hover {background-position: 0 -34px;}
body#dickerson-aggregates a.dickerson-aggregates, 
#navigation a.dickerson-aggregates:hover {background-position: 0 -34px;}
body#customer-information a.customer-information, 
#navigation a.customer-information:hover {background-position: 0 -34px;}
body#contact-us a.contact-us, 
#navigation a.contact-us:hover {background-position: 0 -34px;}




