/* CSS Document */

/* navigation-buttons - english */
a#home {
	width:68px;
	background: url(../images/nav/en/home.gif) no-repeat left top;
}
a#about-us {
	width:95px;
	background: url(../images/nav/en/about-us.gif) no-repeat left top;
}
a#facilities {
	width:102px;
	background: url(../images/nav/en/facilities.gif) no-repeat left top;
}
a#rooms {
	width:73px;
	background: url(../images/nav/en/rooms.gif) no-repeat left top;
}
a#spa {
	width:50px;
	background: url(../images/nav/en/spa.gif) no-repeat left top;
}
a#prices {
	width:75px;
	background: url(../images/nav/en/prices.gif) no-repeat left top;
}
a#location {
	width:96px;
	background: url(../images/nav/en/location.gif) no-repeat left top;
}
a#weather {
	width:96px;
	background: url(../images/nav/en/weather.gif) no-repeat left top;
}
a#things-to-do {
	width:124px;
	background: url(../images/nav/en/things-to-do.gif) no-repeat left top;
}
a#gallery {
	width:88px;
	background: url(../images/nav/en/gallery.gif) no-repeat left top;
}
a#contact {
	width:93px;
	background: url(../images/nav/en/contact.gif) no-repeat left top;
}

/* navigation-buttons for active and hover */
a#home:hover, #home a#home {
	background: url(../images/nav/en/home.gif) no-repeat 0px -41px;
}
a#about-us:hover, #about-us-current a#about-us {
	background: url(../images/nav/en/about-us.gif) no-repeat 0px -41px;
}
a#facilities:hover, #facilities-current a#facilities {
	background: url(../images/nav/en/facilities.gif) no-repeat 0px -41px;
}
a#rooms:hover, #rooms-current a#rooms {
	background: url(../images/nav/en/rooms.gif) no-repeat 0px -41px;
}
a#spa:hover, #spa-current a#spa {
	background: url(../images/nav/en/spa.gif) no-repeat 0px -41px;
}
a#prices:hover, #prices-current a#prices {
	background: url(../images/nav/en/prices.gif) no-repeat 0px -41px;
}
a#location:hover, #location-current a#location {
	background: url(../images/nav/en/location.gif) no-repeat 0px -41px;
}
a#weather:hover, #weather-current a#weather {
	background: url(../images/nav/en/weather.gif) no-repeat 0px -41px;
}
a#things-to-do:hover, #things-to-do-current a#things-to-do {
	background: url(../images/nav/en/things-to-do.gif) no-repeat 0px -41px;
}
a#gallery:hover, #gallery-current a#gallery {
	background: url(../images/nav/en/gallery.gif) no-repeat 0px -41px;
}
a#contact:hover, #contact-current a#contact {
	background: url(../images/nav/en/contact.gif) no-repeat 0px -41px;
}