/*<![CDATA[*/
jQuery.noConflict();

jQuery(document).ready(function($){
	
	$('.sf-menu').superfish({
            animation: {height:'show'},   // slide-down effect without fade-in
			speed:       'normal',                            // faster animation speed 
            delay:     600               		// 1.2 second delay on mouseout 
	}); 

});

/*]]>*/

