#navbar {
	margin: 0px;
	padding: 0px;
	height: 31px;
	list-style: none;
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 31px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 113px;
}
#navbar #home:hover {
	background-position: -0px -31px;
}

#navbar #services {
	background-position: -113px 0px;
	width: 121px;
}
#navbar #services:hover {
	background-position: -113px -31px;
}
#navbar #about {
	background-position: -234px 0px;
	width: 122px;
}
#navbar #about:hover {
	background-position: -234px -31px;
}

#navbar #testimonials {
	background-position: -356px 0;
	width: 157px;
}
#navbar #testimonials:hover {
	background-position: -356px -31px;
}

#navbar #gallery{
	background-position: -513px 0px;
	width: 116px;
}
#navbar #gallery:hover {
	background-position: -513px -31px;
}

#navbar #contact{
	background-position: -629px 0px;
	width: 149px;
}
#navbar #contact:hover {
	background-position: -629px -31px;
}
