/* ### HOME BUTTON ### */
.btn_Home {
	width: 160px;
	background-image: url(/images/btn_Home_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Home a:hover {
	width: 160px;
	background-image: url(/images/btn_Home_ON.gif);
	background-repeat: no-repeat;
}
/* ### GENERAL BUTTON ### */
.btn_General {
	width: 160px;
	background-image: url(/images/btn_General_OFF.gif);
	background-repeat: no-repeat;
}
.btn_General a:hover {
	width: 160px;
	background-image: url(/images/btn_General_ON.gif);
	background-repeat: no-repeat;
}
/* ### ACCOMODATION BUTTON ### */
.btn_Accommodation {
	width: 160px;
	background-image: url(/images/btn_Accommodation_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Accommodation a:hover {
	width: 160px;
	background-image: url(/images/btn_Accommodation_ON.gif);
	background-repeat: no-repeat;
}
/* ### WEATHER BUTTON ### */
.btn_Weather {
	width: 160px;
	background-image: url(/images/btn_Weather_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Weather a:hover {
	width: 160px;
	background-image: url(/images/btn_Weather_ON.gif);
	background-repeat: no-repeat;
}
/* ### ACTIVITIES BUTTON ### */
.btn_Activities {
	width: 160px;
	background-image: url(/images/btn_Activities_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Activities a:hover {
	width: 160px;
	background-image: url(/images/btn_Activities_ON.gif);
	background-repeat: no-repeat;
}
/* ### GROUP TOURS BUTTON ### */
.btn_GroupTours {
	width: 160px;
	background-image: url(/images/btn_GroupTours_OFF.gif);
	background-repeat: no-repeat;
}
.btn_GroupTours a:hover {
	width: 160px;
	background-image: url(/images/btn_GroupTours_ON.gif);
	background-repeat: no-repeat;
}
/* ### GETTING THERE BUTTON ### */
.btn_GettingThere {
	width: 160px;
	background-image: url(/images/btn_GettingThere_OFF.gif);
	background-repeat: no-repeat;
}
.btn_GettingThere a:hover {
	width: 160px;
	background-image: url(/images/btn_GettingThere_ON.gif);
	background-repeat: no-repeat;
}
/* ### RESTAURANTS BUTTON ### */
.btn_Restaurants {
	width: 160px;
	background-image: url(/images/btn_Restaurants_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Restaurants a:hover {
	width: 160px;
	background-image: url(/images/btn_Restaurants_ON.gif);
	background-repeat: no-repeat;
}
/* ### NIGHTLIFE BUTTON ### */
.btn_Nightlife {
	width: 160px;
	background-image: url(/images/btn_Nightlife_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Nightlife a:hover {
	width: 160px;
	background-image: url(/images/btn_Nightlife_ON.gif);
	background-repeat: no-repeat;
}
/* ### VIDEO CLIPS BUTTON ### */
.btn_VideoClips {
	width: 160px;
	background-image: url(/images/btn_VideoClips_OFF.gif);
	background-repeat: no-repeat;
}
.btn_VideoClips a:hover {
	width: 160px;
	background-image: url(/images/btn_VideoClips_ON.gif);
	background-repeat: no-repeat;
}
/* ### PHOTO GALLERY BUTTON ### */
.btn_PhotoGallery {
	width: 160px;
	background-image: url(/images/btn_PhotoGallery_OFF.gif);
	background-repeat: no-repeat;
}
.btn_PhotoGallery a:hover {
	width: 160px;
	background-image: url(/images/btn_PhotoGallery_ON.gif);
	background-repeat: no-repeat;
}
/* ### EVENTS BUTTON ### */
.btn_Events {
	width: 160px;
	background-image: url(/images/btn_Events_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Events a:hover {
	width: 160px;
	background-image: url(/images/btn_Events_ON.gif);
	background-repeat: no-repeat;
}
/* ### SPONSORS BUTTON ### */
.btn_Sponsors {
	width: 160px;
	background-image: url(/images/btn_Sponsors_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Sponsors a:hover {
	width: 160px;
	background-image: url(/images/btn_Sponsors_ON.gif);
	background-repeat: no-repeat;
}
/* ### TESTIMONIALS BUTTON ### */
.btn_Testimonials {
	width: 160px;
	background-image: url(/images/btn_Testimonials_OFF.gif);
	background-repeat: no-repeat;
}
.btn_Testimonials a:hover {
	width: 160px;
	background-image: url(/images/btn_Testimonials_ON.gif);
	background-repeat: no-repeat;
}
/* ### CONTACT US BUTTON ### */
.btn_ContactUs{
	width: 160px;
	background-image: url(/images/btn_ContactUs_OFF.gif);
	background-repeat: no-repeat;
}
.btn_ContactUs a:hover {
	width: 160px;
	background-image: url(/images/btn_ContactUs_ON.gif);
	background-repeat: no-repeat;
}
/* ### BOOK YOUR TRIP! BUTTON ### */
.btn_BookTrip{
	width: 160px;
	background-image: url(/images/btn_BookTrip_OFF.gif);
	background-repeat: no-repeat;
}
.btn_BookTrip a:hover {
	width: 160px;
	background-image: url(/images/btn_BookTrip_ON.gif);
	background-repeat: no-repeat;
}
