﻿
	// Setup the Accordion menu
	jQuery().ready(function(){
	
		jQuery('#navigation').Accordion({
			active: false,
			header: '.head',
			navigation: true,
			event: 'click',
			animated: 'easeslide'
		});
		
	});
