jQuery(function() {
	jQuery("ul.sf-menu").superfish({
		animation: {height:'show'},
		speed: 'fast',
		autoArrows: false,
		dropShadows: false 
	});
});
