$(document).ready(function(){

	$(".about").hover(
	function() { $("#nav").animate({left: "546"}, 1200) 
	return false;	
	},
	function() { $("#nav").animate({left: "546"}, 1200) 
	return false;		}
	);
	

	$(".services").hover(
	function() { $("#nav").animate({left: "651"}, 1200) 
	return false;	
	},
	function() { $("#nav").animate({left: "651"}, 1200) 
	return false;		}
	);
	

	$(".portfolio").hover(
	function() { $("#nav").animate({left: "756"}, 1200) 
	return false;	
	},
	function() { $("#nav").animate({left: "756"}, 1200) 
	return false;		}
	);
		

	$(".contact").hover(
	function() { $("#nav").animate({left: "860"}, 1200) 
	return false;	
	},
	function() { $("#nav").animate({left: "860"}, 1200) 
	return false;		}
	);

});
