jQuery().ready(function(){
		// second simple accordion with special markup
		jQuery('#navigation_drop_down').accordion({
			active: false,
			header: '.head',
			navigation_drop_down: true,
			event: 'mouseover',
			fillSpace: true,
			animated: 'easeslide'
		});
	});