jQuery.noConflict();
    jQuery(document).ready(function(){ 
        jQuery("ul.sf-menu").superfish({ 
            pathClass:  'current' ,
            autoArrows: false,
            pathLevels: 1,
            dropShadows: false
        }); 
    });

