$(document).ready(function(){

   $('ul.sf-menu').superfish({
	   animation : { opacity : 'show'}, 
	   autoArrows: false, 
	   delay: 500
	});
});
