// MENUS
jQuery().ready(function(){
	// simple accordion
	jQuery('.menuSectionsV-A').accordion({
		header: 'a.header', 
		active: 0, 
		collapsible: false,
		autoheight: true,
	});
});