$(document).ready(function(){
	
	$.ajaxSetup({async: false});
		$.getScript('/assets/scripts/jquery/JQui-1.8.5.custom.min.js');
	$.ajaxSetup({async: true});


	$('#navArea ul.sf-menu').superfish({ 
    	delay:       1000,                            // one second delay on mouseout 
        animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
        speed:       'fast',
		autoArrows:  false,
        dropShadows: false 
    });

});
