#navbar {
	margin: 0px;
	padding: 0px;
	height: 39px;
	list-style: none;
	background-image: url(../images/buttons.png);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 39px;
	text-indent: -5000px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 80px;
}
#navbar #home:hover {
	background-position: -0px -39px;
}

#navbar #about {
	background-position: -80px 0px;
	width: 110px;
}
#navbar #about:hover {
	background-position: -80px -39px;
}
#navbar #what {
	background-position: -190px 0px;
	width: 75px;
}
#navbar #what:hover {
	background-position: -190px -39px;
}

#navbar #why {
	background-position: -265px 0px;
	width: 74px;
}
#navbar #why:hover {
	background-position: -265px -39px;
}

#navbar #where{
	background-position: -339px 0px;
	width: 86px;
}
#navbar #where:hover {
	background-position: -339px -39px;
}

#navbar #how{
	background-position: -425px 0px;
	width: 73px;
}
#navbar #how:hover {
	background-position: -425px -39px;
}
#navbar #recycling{
	background-position: -498px 0px;
	width: 225px;
}
#navbar #recycling:hover {
	background-position: -498px -39px;
}
#navbar #efw{
	background-position: -723px 0px;
	width: 177px;
}
#navbar #efw:hover {
	background-position: -723px -39px;
}
