$(document).ready(function(){
	$("ul.sf-menu").superfish({
		animation : { opacity:"show", height:"show" },
		speed		: "fast"
	});
});

