    jQuery(document).ready(function(){ 
        jQuery("ul.sf-menu").superfish({
        	animation:   {opacity:'show',height:'show'},
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: false                            // disable drop shadows 
        });
    });