

    $(document).ready(function(){ jQuery("ul.sf-menu").superfish({ pathClass:  'current'  , delay: 200  ,  speed: 'fast' , animation	: {opacity:'show'}});  });

                //hoverClass	: 'sfHover',
		//pathClass	: 'overideThisToUse',
		//pathLevels	: 1,
		//delay		: 800,
		//animation	: {opacity:'show'},
		//speed		: 'normal',
		//autoArrows	: true,
		//dropShadows : true,
		//disableHI	: false,		// true disables hoverIntent detection
		//onInit		: function(){}, // callback functions
		//onBeforeShow: function(){},
		//onShow		: function(){},
		//onHide		: function(){}
