// JavaScript Document


$(document).ready(function(){ 
	
	 
	
	
	
	
	$(".top_nvg_li_3_a").mouseover(function() {
									 
		$("#top_nvg_ul_").css("background-image","url("+nvg_http_server+"images/top_bt_nvg_down1.png)");							 
								 
	}).mouseout(function(){     
		$("#top_nvg_ul_").css("background-image","url("+nvg_default_image+")");  
	
	}); 
	
	$(".top_nvg_li_4_a").mouseover(function() {
									 
		$("#top_nvg_ul_").css("background-image","url("+nvg_http_server+"images/top_bt_nvg_down4.png)");							 
								 
	}).mouseout(function(){     
		$("#top_nvg_ul_").css("background-image","url("+nvg_default_image+")");  
	
	}); 
	
	$(".top_nvg_li_5_a").mouseover(function() {
									 
		$("#top_nvg_ul_").css("background-image","url("+nvg_http_server+"images/top_bt_nvg_down5.png)");							 
								 
	}).mouseout(function(){     
		$("#top_nvg_ul_").css("background-image","url("+nvg_default_image+")");  
	
	}); 
	
	$(".top_nvg_li_6_a").mouseover(function() {
									 
		$("#top_nvg_ul_").css("background-image","url("+nvg_http_server+"images/top_bt_nvg_down6.png)");							 
								 
	}).mouseout(function(){     
		$("#top_nvg_ul_").css("background-image","url("+nvg_default_image+")");  
	
	}); 
	
	$(".top_nvg_li_7_a").mouseover(function() {
									 
		$("#top_nvg_ul_").css("background-image","url("+nvg_http_server+"images/top_bt_nvg_down7.png)");							 
								 
	}).mouseout(function(){     
		$("#top_nvg_ul_").css("background-image","url("+nvg_default_image+")");  
	
	}); 
	
	
	/*
	
	$(this).stop().animate({"opacity": "0"}, "slow");
	*/
	
	$(".home_image").mouseover(function() {
		
		$(this).stop();
    	$(this).animate({"opacity":0.40}, "fast");
		 
		
		
		
	}).mouseout(function(){     
		$(this).stop();
    	$(this).animate({"opacity":1}, "slow");  
		
	
	});
	
	
	
	

});
