$(function(){

  $('div.menu_top ul li:first-child').css("padding-left","2px");
  $('div.menu_top ul li#curr').append('<span></span>');
  $('div.vesy').css("opacity","0");
  $('div.vesy1').css("opacity","0");

  
   $(".box2 ul li ul").hover(
	function(){
	
	$(this).prevAll('a').css("background-color","#cae1ee");

	},
	function(){
	$(this).prevAll('a').css("background-color","transparent");
	}
  ); 
  
     $(".box2 ul li ul li ul").hover(
	function(){
	
	$(this).prevAll('a').css("background-color","#e0eef6");

	},
	function(){
	$(this).prevAll('a').css("background-color","transparent");
	}
  );
  
     $(".box2 ul li a").hover(
	function(){
	
	$(this).css("background-color","#cae1ee");

	},
	function(){
	$(this).css("background-color","transparent");
	}
  ); 
  
       $(".box2 ul li ul li a").hover(
	function(){
	
	$(this).css("background-color","#e0eef6").css("padding-left","8px");
	
	},
	function(){
	$(this).css("background-color","transparent");
	}
  ); 
  
  
         $(".box2 ul li ul li ul li a").hover(
	function(){
	
	$(this).css("background-color","#e0eef6").css("padding-left","8px");
	
	},
	function(){
	$(this).css("background-color","#e0eef6");
	}
  ); 
  
  
  


  
  
  
  
  $("a.box1").hover(
	function(){
	
	$(this).children('img').animate({opacity:"0.6"}, "1000");
	$(this).children('div.box1_pers').animate({top:"35px"}, "slow");
	$(this).children('div.vesy').animate({opacity:"1"}, "1000");
	},
	function(){
	$(this).children('div.vesy').animate({opacity:"0"}, "1000");
	$(this).children('img').animate({opacity:"1"}, "1000");
	$(this).children('div.box1_pers').animate({top:"50px"}, "slow");
	
	}
  );
  
   $("a.box11").hover( 
	function(){
	
	$(this).children('img').animate({opacity:"0.6"}, "1000");
	$(this).children('div.box11_pers').animate({top:"55px"}, "slow");
	$(this).children('div.vesy1').animate({opacity:"1"}, "1000");
	},
	function(){
	$(this).children('div.vesy1').animate({opacity:"0"}, "1000");
	$(this).children('img').animate({opacity:"1"}, "1000");
	$(this).children('div.box11_pers').animate({top:"70px"}, "slow");
	
	}
  );
  
    $("div.news a").hover(
	function(){
	
	$(this).children('img').animate({opacity:"0.7"}, "1000");
	$(this).find('span').css("border","none");
	},
	function(){
	$(this).children('img').animate({opacity:"1"}, "1000");
	$(this).find('span').css("border-bottom","1px #7dc0f3 solid");	
	}
  );
  
  
  
  
   $("a.video").hover(
	function(){
	
	$(this).children('img').attr("src","img/video1.jpg");
	
	},
	function(){
	$(this).children('img').attr("src","img/video.jpg");
	}
  );
 

  $("div.banners a").hover(
	function(){
	
	$(this).animate({opacity:"0.7"}, "1000");
	},
	function(){
	$(this).animate({opacity:"1"}, "1000");

	
	}
  );
  



});
