$(document).ready(function() {
	jQuery('#Menu__Section2Tree div.Content').accordion({
		 header: 'div.Title',
		 active: '.Selected',
		 alwaysOpen: false, 
		 animated: 'slide',
		 autoheight: false
	});


//	jQuery('#Menu__Section2Tree div.Content').accordion({
//		 header: 'div.Title',
//		 active: false,
//		 alwaysOpen: false,
//		 animated: false,
//		 autoheight: false
//	});
});


var Module__Menu__Section2Tree__Main = function()
{
	
}

