
jQuery.noConflict();

     jQuery(function(){
          jQuery('ul#menu').superfish();
      });
      
