#navbar {
	margin: 0px;
	padding: 0px;
	height: 33px;
	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: 33px;
	text-indent: -5000px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 159px;
}
#navbar #home:hover {
	background-position: -0px -33px;
}

#navbar #offers {
	background-position: -159px 0px;
	width: 167px;
}
#navbar #offers:hover {
	background-position: -159px -33px;
}

#navbar #about {
	background-position: -326px 0;
	width: 142px;
}
#navbar #about:hover {
	background-position: -326px -33px;
}
#navbar #links {
	background-position: -468px 0px;
	width: 105px;
}
#navbar #links:hover {
	background-position: -468px -33px;
}
#navbar #contact {
	background-position: -573px 0px;
	width: 203px;
}
#navbar #contact:hover {
	background-position: -573px -33px;
}
