/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.imadene.com/index.php?page=home'],
	['About Us', null, null,
		['Statement of Faith', 'http://www.imadene.com/index.php?page=stmtOfFaith'],
		['History', 'http://www.imadene.com/index.php?page=history'],
		['Directions', 'http://www.imadene.com/index.php?page=directions'],
		['Partner with us', 'http://www.imadene.com/index.php?page=howToGive'],
		['Guest Book', 'http://www.imadene.com/index.php?page=guestbook&status=3'],
		['Devotions', 'http://www.imadene.com/index.php?page=devos'],
		['Imadene Blog', 'http://www.imadene.com/index.php?page=announce'],
	],
	['Camps & Retreats', null, null,
		['Schedule', 'http://www.imadene.com/index.php?page=schedule'],
		['Register', 'http://www.imadene.com/index.php?page=register'],
		['Gallery', 'http://gallery.imadene.com'],
		['Camp Video', 'http://www.imadene.com/index.php?page=promoVideo']
	],
	['Guest Group', null, null,
		['Virtual Tour', 'http://www.imadene.com/index.php?page=ggServices'],
		['Terms & Conditions', 'http://www.imadene.com/index.php?page=conditions']
	],
	['&nbsp;Work Options', null, null,
		['Staff Training', 'http://www.imadene.com/index.php?page=staffTraining'],
		['Work Opportunities', 'http://www.imadene.com/index.php?page=jobs'],
	],
	['Contact us', 'http://www.imadene.com/index.php?page=contact']
];
