@charset "UTF-8";
/* CSS Document */

#navigation a.home {
	float: left;
	display: block;
	height: 8px;
	width: 40px;
	margin-right:51px;
	background: url(../images/buttons/home.gif) 0px -9px no-repeat;
}

#navigation a.home:hover {
	background-position: 0px 0px;
}

#navigation a.home-over {
	float: left;
	display: block;
	height: 8px;
	width: 40px;
	margin-right:51px;
	background: url(../images/buttons/home.gif) 0px 0px no-repeat;
}

#navigation a.about-us {
	float: left;
	display: block;
	height: 8px;
	width: 71px;
	margin-right:51px;
	background: url(../images/buttons/about-us.gif) 0px -9px no-repeat;
}

#navigation a.about-us:hover {
	background-position: 0px 0px;
}

#navigation a.about-us-over {
	float: left;
	display: block;
	height: 8px;
	width: 71px;
	margin-right:51px;
	background: url(../images/buttons/about-us.gif) 0px 0px no-repeat;
}

#navigation a.food-drink {
	float: left;
	display: block;
	height: 8px;
	width: 126px;
	margin-right:51px;
	background: url(../images/buttons/food-drink.gif) 0px -9px no-repeat;
}

#navigation a.food-drink:hover {
	background-position: 0px 0px;
}

#navigation a.food-drink-over {
	float: left;
	display: block;
	height: 8px;
	width: 126px;
	margin-right:51px;
	background: url(../images/buttons/food-drink.gif) 0px 0px no-repeat;
}

#navigation a.accommodation {
	float: left;
	display: block;
	height: 8px;
	width: 127px;
	margin-right:51px;
	background: url(../images/buttons/accommodation.gif) 0px -9px no-repeat;
}

#navigation a.accommodation:hover {
	background-position: 0px 0px;
}

#navigation a.accommodation-over {
	float: left;
	display: block;
	height: 8px;
	width: 127px;
	margin-right:51px;
	background: url(../images/buttons/accommodation.gif) 0px 0px no-repeat;
}

#navigation a.functions {
	float: left;
	display: block;
	height: 8px;
	width: 83px;
	margin-right:51px;
	background: url(../images/buttons/functions.gif) 0px -9px no-repeat;
}

#navigation a.functions:hover {
	background-position: 0px 0px;
}

#navigation a.functions-over {
	float: left;
	display: block;
	height: 8px;
	width: 83px;
	margin-right:51px;
	background: url(../images/buttons/functions.gif) 0px 0px no-repeat;
}

#navigation a.gallery {
	float: left;
	display: block;
	height: 8px;
	width: 66px;
	margin-right:51px;
	background: url(../images/buttons/gallery.gif) 0px -9px no-repeat;
}

#navigation a.gallery:hover {
	background-position: 0px 0px;
}

#navigation a.gallery-over {
	float: left;
	display: block;
	height: 8px;
	width: 66px;
	margin-right:51px;
	background: url(../images/buttons/gallery.gif) 0px 0px no-repeat;
}

#navigation a.contact-us {
	float: left;
	display: block;
	height: 8px;
	width: 90px;
	background: url(../images/buttons/contact-us.gif) 0px -9px no-repeat;
}

#navigation a.contact-us:hover {
	background-position: 0px 0px;
}

#navigation a.contact-us-over {
	float: left;
	display: block;
	height: 8px;
	width: 90px;
	background: url(../images/buttons/contact-us.gif) 0px 0px no-repeat;
}

.hide {
	display:  none;
}