/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Values & Mission', 'values.html', {'sw':97}],
	['History', 'about-history.html', {'sw':65}],
	['Meet The Team', 'meet-the-team.html', {'sw':90}],
	['Locations', 'locations.html', {'sw':73}],
	['Employment Opportunities', 'jobs.html', {'sw':153}
	],
];

