$('#megadrop').mouseout(function() {
  $('#megadrop').delay(800).fadeOut(100);
});
