$(function() { 
	
	// Initialise Superfish Menu
	$('ul.sf-menu').supersubs({ 
		minWidth: 12,   				
		maxWidth: 30,   			
		extraWidth: 2     			
	}).superfish({ 
		delay:       1000,            
		animation:   {opacity:'show'}, 
		speed:       'slow',         
		autoArrows:  false,             
		dropShadows: false        
	});

});



