jQuery(document).ready(function(){
						
	jQuery('ul.sf-menu')
	        .superfish({
        	animation: {height:'show'},   	// slide-down effect without fade-in 
            delay:     700,               	// 0.7 second delay on mouseout 
			pathClass:  'current_path'		// used to set active path;   
		});

			
		
		preload();
			
		function preload() {
	
						return true;		
		};
				
});