/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', null, {'sw':168},
		['Home: LifePoint Serves', 'http://www.lifepointserves.com'],
		['Serving Inside the Church ', 'http://www.lifepointserves.com/inside'],
		['Serving in Our Community', 'http://www.lifepointserves.com/outside/'],
		['LifePoint Serves You', 'http://www.lifepointserves.com/you/']
	],
	['Partner Ministry Opportunities', null, {'sw':188},
		['Supported Ministries Home', null],
		['Sanford Crisis Pregnancy Center', null],
		['Lake Mary Senior Intervention Group', null],
		['Grace and Grits and GLORY', null],
		['Florida Church Planters', null],
		['School of Fish Ministries', null]
	],
	['Other Ministry Opportunities', null, {'sw':169},
		['Other Ministry Opportunities Home', null],
		['Serving the Homeless', null],
		['Serving the Unborn', null],
		['Serving the Elderly', null],
		['Serving those with Disabilities', null],
		['Serving the Sick', null],
		['Serving the Addicted', null]
	],
	['Training', null, {'sw':149}],
	['Gift Store', null, {'sw':168}]
];
