/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Berkoot', 'index.php', null,
		['Berkoot Group', null, null,
			['About Founder', 'AboutFounder.php'],
			['Testimonials', 'Testimonials.php']
		],
		['Press Center', null, null,
			['Photo Gallery', 'PhotoGallery.php'],
			['Events', 'Events.php']
		]
	],
	['Services', 'Services.php'],
	['Elite Group', 'EliteGroup.php'],
	['Training Academy', null, null,
		['Training Courses', 'TrainingAcademyCourses.php'],
		['Schedule', 'TrainingAcademySchedule.php']
	],
	['Systema', null, null,
		['Schedule', 'SystemaSchedule.php']
	]
];
