( function($) {
$(document).ready(function () {
$('.menu_head').hover(function () {
$('#drop').stop(true, true).slideToggle('medium');
});


});
})(jQuery); 
