/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php'],
	['Services', '/index.php/Services'],
	['Technology', '/index.php/Technology'],
	['Methodology', '/index.php/Methodology'],
	['Contact Us', '/index.php/Contact', null,
		['Careers', '/index.php/Contact/Careers']
	]
];
