/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', "/en", null,],
	['Al-Nakhlah', null, null,
	 	['About us', "/en/about.html", null],
		['Our team',"/en/team.html", null]	 
	],
	['Services', "/en/services.html", null,
	 	['Distribution', "/en/services_dist.html", null],
		['Agencies', "/en/services_agencies.html"]
	],
	['Products', '/en/products.html', null,
		['Sahaten products >>', null, null,
		 	['French Fries', '/en/products_potatoes.html', null],
			['Hummus', '/en/products_hummus.html', null],
			['Mutabbal', '/en/products_muttabal.html', null],
			['Falafel', '/en/products_falafel.html', null],
			['Croissant', '/en/products_croissant.html', null],
			['Olives', '/en/products_olives.html']
		]
	],
	['News', '/en/news', null],
	['Contact us', '/en/contact.html', null]
];
