.delay()
$("#menu li").hover( function(){ $("ul", this).delay(2000).slideDown(); }, function(){ $("ul", this).stop(true, true).slideUp(); } )