#navbar {
	padding: 0px;
	height: 34px;
	list-style: none;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 34px;
	text-indent: -5000px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}
#navbar #home {
	background-position: 0px 0px;
	width: 117px;
}
#navbar #home:hover {
	background-position: 0 -34px;
}
#navbar #web {
	background-position: -117px 0px;
	width: 167px;
}
#navbar #web:hover {
	background-position: -117px -34px;
}
#navbar #self {
	background-position: -284px 0px;
	width: 228px;
}
#navbar #self:hover {
	background-position: -284px -34px;
}
#navbar #portfolio {
	background-position: -512px 0;
	width: 151px;
}
#navbar #portfolio:hover {
	background-position: -512px -34px;
}
#navbar #testimonials {
	background-position: -663px 0;
	width: 175px;
}
#navbar #testimonials:hover {
	background-position: -663px -34px;
}
#navbar #contact {
	background-position: -838px 0px;
	width: 122px;
}
#navbar #contact:hover {
	background-position: -838px -34px;
}

