$(document).ready(function(){
	    $("#nav_global li").hover(function(){
	        $("ul", this).fadeIn("fast");
	})
});