$(document).ready(function(){
	
	$('ul.sf-menu').superfish({
		autoArrows:  false,
		delay:         10,    
		animation:     {opacity:'show'},
		speed: 0,
		dropShadows:   true
	});
	
});
