$(document).ready(function(){
	$('.B_Home a').fadeTo('slow', 1);
	$('.B_Home a').hover(function(){
		$(this).css('background','url(images/buttons/b_home.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_home.gif) top left').fadeTo('slow', 1.0);
	});
	$('.B_About_Us a').fadeTo('slow', 1);
	$('.B_About_Us a').hover(function(){
		$(this).css('background','url(images/buttons/b_about_us.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_about_us.gif) top left').fadeTo('slow', 1.0);
	});
	$('.B_Services a').fadeTo('slow', 1);
	$('.B_Services a').hover(function(){
		$(this).css('background','url(images/buttons/b_services.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_services.gif) top left').fadeTo('slow', 1.0);
	});
	$('.B_FAQ a').fadeTo('slow', 1);
	$('.B_FAQ a').hover(function(){
		$(this).css('background','url(images/buttons/b_faq.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_faq.gif) top left').fadeTo('slow', 1.0);
	});
	$('.B_Gallery a').fadeTo('slow', 1);
	$('.B_Gallery a').hover(function(){
		$(this).css('background','url(images/buttons/b_gallery.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_gallery.gif) top left').fadeTo('slow', 1.0);
	});
	$('.B_Pilates a').fadeTo('slow', 1);
	$('.B_Pilates a').hover(function(){
		$(this).css('background','url(images/buttons/b_pilates_fit.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_pilates_fit.gif) top left').fadeTo('slow', 1.0);
	});
	$('.B_Kids a').fadeTo('slow', 1);
	$('.B_Kids a').hover(function(){
		$(this).css('background','url(images/buttons/b_kids_fitness.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_kids_fitness.gif) top left').fadeTo('slow', 1.0);
	});
	$('.B_Contact_Us a').fadeTo('slow', 1);
	$('.B_Contact_Us a').hover(function(){
		$(this).css('background','url(images/buttons/b_contact_us.gif) top left').fadeTo('fast', 0);
	},function(){
		$(this).css('background','url(images/buttons/b_contact_us.gif) top left').fadeTo('slow', 1.0);
	});
});
