jQuery.noConflict();
jQuery(document).ready(function(){
  jQuery('ul#navlist').superfish({ 
  	animation: {height:'show'}   // slide-down effect without fade-in 
  }); 
});