/* CSS Document */

/* navigation-buttons */
a#home {
	width:74px;
	background: url(../images/nav/es/home.gif) no-repeat left top;
}
a#about-us {
	width:148px;
	background: url(../images/nav/es/about-us.gif) no-repeat left top;
}
a#facilities {
	width:127px;
	background: url(../images/nav/es/facilities.gif) no-repeat left top;
}
a#rooms {
	width:120px;
	background: url(../images/nav/es/rooms.gif) no-repeat left top;
}
a#prices {
	width:71px;
	background: url(../images/nav/es/prices.gif) no-repeat left top;
}
a#location {
	width:92px;
	background: url(../images/nav/es/location.gif) no-repeat left top;
}
a#weather {
	width:56px;
	background: url(../images/nav/es/weather.gif) no-repeat left top;
}
a#things-to-do {
	width:95px;
	background: url(../images/nav/es/things-to-do.gif) no-repeat left top;
}
a#gallery {
	width:71px;
	background: url(../images/nav/es/gallery.gif) no-repeat left top;
}
a#contact {
	width:106px;
	background: url(../images/nav/es/contact.gif) no-repeat left top;
}

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