/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About Us', 'aboutus.htm'],
	['Pastors', null, null,
		['Senior Pastor', 'pastors.htm', {'tt':'Pastor Roosevelt Pearson'}],
		['Associate Pastor', 'pastormary.htm', {'tt':'Pastor Mary Todd Pearson'}]
	],
	['The Vision', 'thevision.htm'],
	['Ministries', null, null,
		['Children and Youth', 'childrenandyouth.htm'],
		['Hospitality', 'hospitality.htm'],
		['Outreach', 'outreach.htm'],
		['Hula and Sign Worship', 'hula.htm'],
		['DOVE and Women', 'women.htm'],
		['Men of Liberty', 'men.htm']
	],
	['Photo Gallery', 'photogallery.htm'],
	['Contact', 'contact.htm']
];
