	// initialise plugins
	jQuery(function(){
		jQuery('ul.sf-menu').superfish({
			delay:         100,
			animation:     {height:'show'},
			speed:       'normal',
			autoArrows:    false,
			dropShadows:   false
		});
	});
