$(document).ready(function() {  
      jQuery(function(){
            jQuery('ul.menu').superfish({
                delay       : 300,
                animation   : {opacity:'show'},
                speed       : 'fast',
                autoArrows  : false,
                dropShadows : false                     
            });
        });
});

