jQuery(document).ready(function($){
        $("div.menu ul").superfish({
		delay:		100,				// 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!!
});
