/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html'],
	['COUNCIL & COMMITTEES', null, null,
		['Members', 'wdcmembers.htm'],
		['Meetings', 'meetings.htm'],
		['Committees', 'committees.htm'],
		['Agenda & Minutes', 'agenda.htm'],
		['By Laws', 'bylaws.htm'],
		['Youth Council', 'youthcouncil.htm']
	],
	['ECONOMIC DEVELOPMENT', 'economic.htm'],
	['BUSINESS & EMPLOYMENT', 'business.htm'],
	['WORKFORCE CENTERS', 'locations.htm'],
	['PARTNERS', 'partners.htm']
];
