
	$(document).ready(function(){
	$("ul.nav").superfish({
		delay		: 400,
		animation	: {opacity:"show",height:"show"},
		speed		: "fast",
		onShow		: function(){ /*your callback function here*/ } /*new to v1.3.2*/
	});
});
	

//These are the default classes. Add them to the above to change 
//$(document).ready(function(){
//	$("ul.nav").superfish({
//		hoverClass	: "sfHover",
//		pathClass	: "overideThisToUse", /*new to Superfish v1.2a*/
//		delay		: 800,
//		animation	: {opacity:"show"},
//		speed		: "normal",
//		onShow		: function(){ /*your callback function here*/ } /*new to v1.3.2*/
//	});
//});