
$(function() {
	
	// return true;
	
	$("ul.sf-menu").superfish({
		animation: {
			// opacity:"show",
			height:"show"
		},
		autoArrows: false,
		delay: 1000 * 0.25,
		disableHI: true,
		dropShadows: false,
		speed: "fast"
	});
	
});

