$(document).ready(function(){
	$("ul#menu-one").superfish({
		animation : { opacity:"show" },
		speed		: "fast",
		delay		: 400
	});
});

