jQuery(function(){
	jQuery('ul.sf-menu').superfish({
		delay:			600,
		animation:		{ opacity: 'show' },
		autoArrows: 	false,
		dropShadows:	false		
	});
});

