/* CSS Document */

/* navigation-buttons - english */
a#home {
	width:75px;
	background: url(../images/nav/en/home.gif) no-repeat left top;
}
a#about-us {
	width:91px;
	background: url(../images/nav/en/about-us.gif) no-repeat left top;
}
a#facilities {
	width:89px;
	background: url(../images/nav/en/facilities.gif) no-repeat left top;
}
a#rooms {
	width:74px;
	background: url(../images/nav/en/rooms.gif) no-repeat left top;
}
a#prices {
	width:67px;
	background: url(../images/nav/en/prices.gif) no-repeat left top;
}
a#location {
	width:97px;
	background: url(../images/nav/en/location.gif) no-repeat left top;
}
a#weather {
	width:87px;
	background: url(../images/nav/en/weather.gif) no-repeat left top;
}
a#things-to-do {
	width:125px;
	background: url(../images/nav/en/things-to-do.gif) no-repeat left top;
}
a#events {
	width:73px;
	background: url(../images/nav/en/events.gif) no-repeat left top;
}
a#gallery {
	width:80px;
	background: url(../images/nav/en/gallery.gif) no-repeat left top;
}
a#contact {
	width:102px;
	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#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#events:hover, #events-current a#events {
	background: url(../images/nav/en/events.gif) no-repeat 0px -41px;
}
a#gallery:hover, #gallery-current a#gallery {
	background: url(../images/nav/en/gallery.gif) no-repeat 0px -41px;
}
a#links:hover, #links-current a#links {
	background: url(../images/nav/en/links.gif) no-repeat 0px -41px;
}
a#contact:hover, #contact-current a#contact {
	background: url(../images/nav/en/contact.gif) no-repeat 0px -41px;
}