/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'http://www.tenchi-ryu.org.uk/index'],
	['Classes & Costs', null, null,
		['Times & Locations', 'http://www.tenchi-ryu.org.uk/times_locations'],
		['Costs', 'http://www.tenchi-ryu.org.uk/costs'],
		['Special Offers', 'http://www.tenchi-ryu.org.uk/special_offers']
	],
	['Gallery', ' http://www.tenchi-ryu.org.uk/gallery'],
	['News', ' http://www.tenchi-ryu.org.uk/news' ],
	['Instuctors', null, null,
		['Instructors', null, null,
		['Graham Batchelor', ' http://www.tenchi-ryu.org.uk/graham_batchelor'],
		['Wayne Batchelor', 'http://www.tenchi-ryu.org.uk/wayne_batchelor'],
		['Debra Leek', 'http://www.tenchi-ryu.org.uk/debra_leek'],
		['Mark Elston', 'http://www.tenchi-ryu.org.uk/mark_elston'],
		['Kurt Shevyn', 'http://www.tenchi-ryu.org.uk/kurt_shevyn'],
				],
		['Assistants', null, null,
		['Chris Gear', 'http://www.tenchi-ryu.org.uk/chris_gear'],
		['Dave Tilley', 'http://www.tenchi-ryu.org.uk/dave_tilley'],
		['Garry Seghers', 'http://www.tenchi-ryu.org.uk/garry_seghers'],
			
		['Michelle Edwards', 'http://www.tenchi-ryu.org.uk/michelle_edwards'],
		
		],
	],
	['Articles', null, null,
		['How to Train','http://www.tenchi-ryu.org.uk/how_to_train' ],
		['Be a Good Uke', 'http://www.tenchi-ryu.org.uk/be_a_good_uke'],
		['FAQs', 'http://www.tenchi-ryu.org.uk/faqs'],
		['Glossary', 'http://www.tenchi-ryu.org.uk/glossary'],
		['Syllabus', null, null,
			['Adult', 'http://www.tenchi-ryu.org.uk/adult_syllabus'],
			['Junior', 'http://www.tenchi-ryu.org.uk/junior_syllabus'],
		],
		['O\'Sensei', 'http://www.tenchi-ryu.org.uk/o_sensei'],
		['Tenchi Ryu', 'http://www.tenchi-ryu.org.uk/history'],
	],
	['Contact Us', 'http://www.tenchi-ryu.org.uk/contact_us'],
	['Links', 'http://www.tenchi-ryu.org.uk/links']
];
