    jQuery(document).ready(function(){ 
        jQuery("#main-menu ul.menu").superfish({ 
        delay:       500,
        animation:   {opacity:'show',height:'show'},
        speed:       'fast',
        autoArrows:  true,
        dropShadows: false
    }); 
    }); 
