// when the DOM is ready...
$(document).ready(function () {

	
  
	jQuery('#theMenu').Accordion({
		active: 'span.selected',
		header: 'span.head',
		alwaysOpen: false,
		animated: true,
		showSpeed: 400,
		hideSpeed: 400
	});
	

});
