// initialise plugins
	if (jQuery) {
		jQuery(function(){
				jQuery('ul.sf-menu').superfish({
				animation: {height:'show'},   // slide-down effect without fade-in
				delay:     1000               // 1.2 second delay on mouseout
			});
		});
	}