@charset "utf-8";
/* CSS Document */

#navigation a.home {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/home.gif) 0px -23px no-repeat;
}

#navigation a.home:hover {
	background-position: 0px 0px;
}

#navigation a.hotel {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/hotel.gif) 0px -23px no-repeat;
}

#navigation a.hotel:hover {
	background-position: 0px 0px;
}

#navigation a.restaurant {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/restaurant.gif) 0px -23px no-repeat;
}

#navigation a.restaurant:hover {
	background-position: 0px 0px;
}

#navigation a.press {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/press.gif) 0px -23px no-repeat;
}

#navigation a.press:hover {
	background-position: 0px 1px;
}

#navigation a.spa {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/spa.gif) 0px -23px no-repeat;
}

#navigation a.spa:hover {
	background-position: 0px 0px;
}

#navigation a.fitness-leisure {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/fitness-leisure.gif) 0px -23px no-repeat;
}

#navigation a.fitness-leisure:hover {
	background-position: 0px 0px;
}

#navigation a.corporate {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/corporate.gif) 0px -23px no-repeat;
}

#navigation a.corporate:hover {
	background-position: 0px 0px;
}

#navigation a.weddings {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/weddings.gif) 0px -23px no-repeat;
}

#navigation a.weddings:hover {
	background-position: 0px 0px;
}

#navigation a.private-functions {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/private-functions.gif) 0px -23px no-repeat;
}

#navigation a.private-functions:hover {
	background-position: 0px 0px;
}

#navigation a.gallery {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/gallery.gif) 0px -23px no-repeat;
}

#navigation a.gallery:hover {
	background-position: 0px 0px;
}

#navigation a.recruitment {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/recruitment.gif) 0px -23px no-repeat;
}

#navigation a.recruitment:hover {
	background-position: 0px 0px;
}
#navigation a.contact-us {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	background: url(../images/buttons/contact-us.gif) 0px -23px no-repeat;
}

#navigation a.contact-us:hover {
	background-position: 0px 0px;
}

.hide {
	display:  none;
}

