$(document).ready(function(){$("#search").hover(function(){$(this).stop().animate({top:"0"},"slow")},function(){$(this).stop().animate({top:"-40px"},"slow").animate({top:"-35px"},"fast")})});

