This worked. Still has a bit of bugs, but doesn't loop infinitely. Thanks for you help.
My final code: $("#header").hover( function(over){ $("#header #menu").stop(true,true).slideDown(); }, function(out){ $("#header #menu").stop(true,true).slideUp(); } );