$(function() {
		   $('.menu').hover(function() {$(this).stop().animate({top: 6}, 500)}, function() {$(this).stop().animate({top: 0}, 500)})
		   }
)
