$(document).ready(function(){ 
	$("#navHellofuzhou").hover(
		function(){$("#subNavHellofuzhou").fadeIn();},
		function(){$("#subNavHellofuzhou").hide();}
	);
	

});


