





	
	
	$('div.header img.logo').animate({ opacity: 0.4}, 2500, 'easeInOutCubic' );
	
	
	$('div.header img.welcome').animate({ opacity: 0.8}, 1800, 'easeInOutCubic' );
				
				
				
				
	$('div.header li a').mouseenter(function(){
										$(this).animate({ opacity: 0.5}, 300, 'easeInOutCubic' );
										})
	
	$('div.header li a').mouseleave(function(){
										$(this).animate({ opacity: 1}, 100, 'easeInOutCubic' );
										})





