	jQuery().ready(function(){
	
		
		// first simple accordion with special markup
		jQuery('#pro_navi').accordion({
			header: 'div.title',
			active: false,
			alwaysOpen: false,
		event: 'mouseover',
			animated: false,
			autoheight: false
		});
	});



