$(function(){				$('.page-item-8>a').click(function() {					return false;				});				$('#drop_down_box').mouseenter(function() {					$(this).stop().animate({top:-15},400);					}).mouseleave(function() {					$(this).stop().animate({top:-471},400);				});			});
