$(function() {
	$(".pd").hide();
    $('#menu_button_2').hover(function(){$(".pd").show()},function(){$(".pd").fadeOut("fast");});
  });




