$(document).ready(function(){
	$("#navigation").animate({
		width: "770px"
	}, 1000 );
});