/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
	 	['NAU Art Museum', 'index.html'],
		['College of Arts & Letters', 'http://home.nau.edu/cal/'],
		['Northern Arizona University', 'http://www.nau.edu/'],
	],
	['Online Exhibitions', 'online_exhibitions.html'],
	['Galleries', 'galleries.html', null,
		['Museum Gallery', 'museum_gallery.html'],
		['Weiss Gallery', 'weiss_gallery.html'],
	],
	['Info', 'information.html', null,
		['General', 'information.html'],
		['Links', 'links.html'],
		['Mission', 'mission.html'],
		['Documents', 'documents.html'],
		['Location', 'location.html']
	],
	['Collections', 'permanent_collection.html'],
	['Calendar', 'calendar.html'],
	['Internships', 'internships.html'],
];