$(document).ready(function(){
        $("ul.sf-menu").superfish({
		delay:		800,				// delay on mouseout
		animation:	{opacity:'show',height:'show'}	// fade-in and slide-down animation
	//	pathClass: 	'current'			// for navbar only
	}); //Make sure there are commas except on the last array item!!
});