#topbar {
	padding: 0px;
	height: 110px;
	list-style: none;
	background-image: url(../images/top_boxes.jpg);
	background-repeat: repeat-x;
	float: right;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topbar li {
	float: left;
}

#topbar a {
	text-decoration: none;
	display: block;
	height: 110px;
	text-indent: -5000px;
	background-image: url(../images/top_boxes.jpg);
	background-repeat: no-repeat;
}

#topbar #top_hadopots {
	background-position: -0px 0px;
	width: 158px;
}
#topbar #top_hadopots:hover {
	background-position: -0px -110px;
}

#topbar #top_gallery {
	background-position: -158px 0;
	width: 167px;
}
#topbar #top_gallery:hover {
	background-position: -158px -110px;
}
#topbar #top_enquiry {
	background-position: -325px 0;
	width: 158px;
}
#topbar #top_enquiry:hover {
	background-position: -325px -110px;
}
