@charset "utf-8";
/* CSS Document */

#navigation a.home {
	float: left;
	display: block;
	width: 46px;
	height: 15px;
	background: url(../images/buttons/home.gif) 0px 0px no-repeat;
	margin-top:15px;
}

#navigation a.home:hover {
	background-position: 0px -15px;
}

#navigation a.home-over{
	float: left;
	display: block;
	width: 46px;
	height: 15px;
	background: url(../images/buttons/home.gif) 0px -15px no-repeat;
	margin-top:15px;
}

#navigation a.about-us {
	float: left;
	display: block;
	width: 74px;
	height: 15px;
	background: url(../images/buttons/about-us.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.about-us:hover {
	background-position: 0px -15px;
}

#navigation a.about-us-over{
	float: left;
	display: block;
	width: 74px;
	height: 15px;
	background: url(../images/buttons/about-us.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.reviews {
	float: left;
	display: block;
	width: 62px;
	height: 15px;
	background: url(../images/buttons/reviews.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.reviews:hover {
	background-position: 0px -15px;
}

#navigation a.reviews-over{
	float: left;
	display: block;
	width: 62px;
	height: 15px;
	background: url(../images/buttons/reviews.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.bar {
	float: left;
	display: block;
	width: 29px;
	height: 15px;
	background: url(../images/buttons/bar.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.bar:hover {
	background-position: 0px -15px;
}

#navigation a.bar-over{
	float: left;
	display: block;
	width: 29px;
	height: 15px;
	background: url(../images/buttons/bar.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.restaurant {
	float: left;
	display: block;
	width: 92px;
	height: 15px;
	background: url(../images/buttons/restaurant.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.restaurant:hover {
	background-position: 0px -15px;
}

#navigation a.restaurant-over{
	float: left;
	display: block;
	width: 92px;
	height: 15px;
	background: url(../images/buttons/restaurant.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.party-hire {
	float: left;
	display: block;
	width: 83px;
	height: 15px;
	background: url(../images/buttons/party-hire.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.party-hire:hover {
	background-position: 0px -15px;
}

#navigation a.party-hire-over{
	float: left;
	display: block;
	width: 83px;
	height: 15px;
	background: url(../images/buttons/party-hire.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.events {
	float: left;
	display: block;
	width: 54px;
	height: 15px;
	background: url(../images/buttons/events.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.events:hover {
	background-position: 0px -15px;
}

#navigation a.events-over{
	float: left;
	display: block;
	width: 54px;
	height: 15px;
	background: url(../images/buttons/events.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.gallery {
	float: left;
	display: block;
	width: 62px;
	height: 15px;
	background: url(../images/buttons/gallery.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.gallery:hover {
	background-position: 0px -15px;
}

#navigation a.gallery-over{
	float: left;
	display: block;
	width: 62px;
	height: 15px;
	background: url(../images/buttons/gallery.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.contact {
	float: left;
	display: block;
	width: 69px;
	height: 15px;
	background: url(../images/buttons/contact.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

#navigation a.contact:hover {
	background-position: 0px -15px;
}

#navigation a.contact-over{
	float: left;
	display: block;
	width: 69px;
	height: 15px;
	background: url(../images/buttons/contact.gif) 0px -15px no-repeat;
	margin-top:15px;
	margin-left:38px;
}

.hide {
	display:  none;
}
