/* Author: 

*/

	// initialise superfish main Nav dropdowns
		jQuery(function(){
			jQuery('ul.sf-menu').superfish({ 
            delay:       800,                            // ~ one second delay on mouseout 
            animation:   {height:'show'},  //  slide-down animation 
            speed:       160,                          // faster animation speed 
            autoArrows:  false,                           // disable generation of arrow mark-up 
		  disableHI:     true,  // disable HoverIntent
            dropShadows: false                            // disable drop shadows 
		  
        }); 
		});















