$(document).ready(function() {
	$(' .menu ul.list li ul').animate({right: '15px'}, 0, function() {
    $(' .menu ul.list li ul').animate({ right: '0px'}, 400);
  });					 


$('.logo').animate({left: '-200px',top: '-200px'}, 0, function() {
    $('.logo').animate({ left: '660px',top: '18px'}, 800);
  });

$('.pos').animate({ top:' -20'}, 0, function() {
    $('.pos').animate({ top: '0px'}, 400);
  });

		$('.content2 img').hover(function() {
		$(this).animate({ opacity: 0.4}, 300);},
		function(){ $(this).animate({opacity: 1}, 300);});
		
		$('.content img').hover(function() {
		$(this).animate({ opacity: 0.5}, 300);},
		function(){ $(this).animate({opacity: 1}, 300);});


				$('.menu ul.list li a').hover(function() {
		$(this).animate({right: '15px'}, {queue:false, duration: 300});
	},
	function(){
		$(this).animate({right: '0px'}, {queue:false, duration: 300});
	});
			
				
					$('.footer .l a').hover(function() {
		$(this).animate({right: '0px'}, {queue:false, duration: 300});
	},
	function(){
		$(this).animate({right: '-10px'}, {queue:false, duration: 300});
	});
		 //$('.pos').fadeIn('slow', function() {
        // Animation complete
       //});
		  $("h2, p").ieffembedfix();
			
			});
