/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '', {'tt':'SPE Mid-Continent Section Home','sb':'SPE Mid-Continent Section Home'}],
	['About Us', '', null,
		['Section History', '', {'tt':'SPE Mid-Continent Section History','sb':'SPE Mid-Continent Section History'}],
		['Committee Chairpersons', '', {'tt':'SPE Mid-Continent Section Committee Chairpersons','sb':'SPE Mid-Continent Section Committee Chairpersons'}],
		['Executive Committee', '', {'tt':'SPE Mid-Continent Section Executive Committee','sb':'SPE Mid-Continent Section Executive Committee'}],
		['Past Chairpersons', '', {'tt':'SPE Mid-Continent Section Past Chairpersons','sb':'SPE Mid-Continent Section Past Chairpersons'}],

	],
	['Calendar of Events', '', {'tt':'SPE Mid-Continent Section Calendar of Events','sb':'SPE Mid-Continent Section Calendar of Events'}],
	['SPE Young Professionals', '', {'tt':'SPE Mid-Continent Section Young Professionals','sb':'SPE Mid-Continent Section Young Professionals'}],
	['Newsletter', '', {'tt':'SPE Mid-Continent Section Newsletter','sb':'SPE Mid-Continent Section Newsletter'}],
	['Scholarships', '', {'tt':'SPE Mid-Continent Section Scholarships','sb':'SPE Mid-Continent Section Scholarships'}],
	['Continuing Education', '', {'tt':'SPE Mid-Continent Section Continuing Education','sb':'SPE Mid-Continent Section Continuing Education'}],
	['Links', '', {'tt':'SPE Mid-Continent Section Links','sb':'SPE Mid-Continent Section Links'}],
	['Resources', '', {'tt':'SPE Mid-Continent Section Resources','sb':'SPE Mid-Continent Section Resources'}],
	['Membership', '', {'tt':'SPE Mid-Continent Section Membership','sb':'SPE Mid-Continent Section Membership'}],
];




