$('li').mouseenter(function(){ ... }).mouseleave(...)
$('li').hover(function() { /* mouseenter */ }, function() { /* mouseleave */ });