// JavaScript Document

	$(function() {
		$('#btmMenu > li').hover(
			function () {
				var $this = $(this);
				$('a',$this).stop(true,true).animate({
						'bottom':'-10px'
					}, 300);
				$('i',$this).stop(true,true).animate({
						'top':'0px'
					}, 400);
			},
			function () {
				var $this = $(this);
				$('a',$this).stop(true,true).animate({
						'bottom':'0px'
					}, 300);
				$('i',$this).stop(true,true).animate({
						'top':'50px'
					}, 400);
			}
		);
	});
	$(document).ready(function() {
		$("ul#menu li span.nonIndexHome").addClass("js");
		$("ul#menu li span.nonIndexHome").hover(
		  function () {
			$(this).stop(true,true).animate({backgroundPosition:"(15px 0px)"}, 200);
			$(this).animate({backgroundPosition:"(15px 0px)"}, 150);
		  },
		  function () {
			$(this).animate({backgroundPosition:"(15px 32px)"}, 200);
	
		  }
		);
	
	});
	$(document).ready(function() {
		$("ul#menu li span.titleMission").addClass("js");
		$("ul#menu li span.titleMission").hover(
		  function () {
			$(this).stop(true,true).animate({backgroundPosition:"(1px 0px)"}, 200);
			$(this).animate({backgroundPosition:"(1px 0px)"}, 150);
		  },
		  function () {
			$(this).animate({backgroundPosition:"(1px 32px)"}, 200);
	
		  }
		);
	
	});
	$(document).ready(function() {
		$("ul#menu li span.titleTestimonials").addClass("js");
		$("ul#menu li span.titleTestimonials").hover(
		  function () {
			$(this).stop(true,true).animate({backgroundPosition:"(2px 0px)"}, 200);
			$(this).animate({backgroundPosition:"(2px 0px)"}, 150);
		  },
		  function () {
			$(this).animate({backgroundPosition:"(2px 32px)"}, 200);
	
		  }
		);
	
	});
	$(document).ready(function() {
		$("ul#menu li span.b4andAfter").addClass("js");
		$("ul#menu li span.b4andAfter").hover(
		  function () {
			$(this).stop(true,true).animate({backgroundPosition:"(3px 0px)"}, 200);
			$(this).animate({backgroundPosition:"(3px 0px)"}, 150);
		  },
		  function () {
			$(this).animate({backgroundPosition:"(3px 32px)"}, 200);
	
		  }
		);
	
	});
	$(document).ready(function() {
		$("ul#menu li span.titleLoc").addClass("js");
		$("ul#menu li span.titleLoc").hover(
		  function () {
			$(this).stop(true,true).animate({backgroundPosition:"(27px 0px)"}, 200);
			$(this).animate({backgroundPosition:"(27px 0px)"}, 150);
		  },
		  function () {
			$(this).animate({backgroundPosition:"(27px 32px)"}, 200);
	
		  }
		);
	
	});
	$(document).ready(function() {
		$("ul#menu li span.titleContact").addClass("js");
		$("ul#menu li span.titleContact").hover(
		  function () {
			$(this).stop(true,true).animate({backgroundPosition:"(21px 0px)"}, 200);
			$(this).animate({backgroundPosition:"(21px 0px)"}, 150);
		  },
		  function () {
			$(this).animate({backgroundPosition:"(21px 32px)"}, 200);
	
		  }
		);
	
	});
	$(document).ready(function() {
		$("ul#menu li span.titleAbout").addClass("js");
		$("ul#menu li span.titleAbout").hover(
		  function () {
			$(this).stop(true,true).animate({backgroundPosition:"(10px 0px)"}, 200);
			$(this).animate({backgroundPosition:"(10px 0px)"}, 150);
		  },
		  function () {
			$(this).animate({backgroundPosition:"(10px 32px)"}, 200);
	
		  }
		);
	
	});
