$(document).ready(function(){
	$('ul.sf-menu').superfish({
		autoArrows:    true,//remove this if you don't want arrow indicator
		delay:1,//change this for dropdown disappear time when mouse out
		animation: {opacity:'show',height:'show',width:'show'},
		speed:1 //change this for animation speed
	});
});
 

