$("#navmenu td").hover(function(){ $(this).find("div").slidedown(300) },function(){ $(this).find("div").slideup(300)} )