/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.shtml'],
	['News & Events', null, null,
		['Upcoming Events', 'events.shtml'],
		['Center Collaborations', 'collaborations.shtml'],
		['Center Publications', 'publications.shtml'],
		['Past Events', 'past_events.shtml'],
		['Recent Publications', 'documents/Iraq.book.flyer.pdf']
	],
	['About the Center', null, null,
		['Director', 'adenrele_awotona_bio.shtml'],
		['Center Faculty & Staff', 'staff.shtml'],
		['Visiting Fellows', 'visiting_fellows.shtml'],
		['Research Affiliates', 'research_affiliates.shtml'],
		['Institutional Affiliates', 'institutional_affiliates.shtml'],
		['Advisory Board', 'advisory_board.shtml'],
		['Directions', 'directions.shtml']
	],
	['Graduate Programs', null, null,
		['Doctoral Studies', 'doctoral_studies.shtml']
	],
	['Contact Us', 'contact.shtml']
];
