$(document).ready(function(){	
	//--- set up menu
	$("ul.sf-menu").superfish({
		animation: {height: "show"},
		delay: 200,
		autoArrows: true,
		pathLevels: 10,
		dropShadows: true
	});
});
