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

#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: 106px;
}
#navbar #home:hover {
	background-position: -0px -34px;
}

#navbar #hadopots {
	background-position: -106px 0;
	width: 124px;
}
#navbar #hadopots:hover {
	background-position: -106px -34px;
}
#navbar #buy {
	background-position: -230px 0;
	width: 127px;
}
#navbar #buy:hover {
	background-position: -230px -34px;
}
#navbar #gallery {
	background-position: -357px 0;
	width: 107px;
}
#navbar #gallery:hover {
	background-position: -357px -34px;
}
#navbar #enquiry {
	background-position: -464px 0;
	width: 131px;
}
#navbar #enquiry:hover {
	background-position: -464px -34px;
}
#navbar #blank {
	background-position: -595px 0;
	width: 255px;
}