/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.shtml'],
	['About Us', null, null,
		['Key Personnel', 'key.shtml'],
		['Offices', null, null,
			['Vancouver', 'vancouver.shtml'],
			['Pasco', 'pasco.shtml']
		],
		['Employment', 'jobs.shtml'],
		['Current Contracts', 'contracts.shtml'],
          ['Online Invoice Payment', 'securepay.shtml']
	],
	['Services', null, null,
		['Project Management', 'project_mgt.shtml'],
		['Training', null, null,
			['Training Overview', 'training.shtml'],
			['Online Classes Offered', 'http://www.savvy-u.com/'],
			['Cancellation Policy', 'refund.shtml']
		],
		['IT Services', 'it.shtml']
	],
	['Projects', null, null,
		['Commercial', 'com_projects.php'],
		['Government', 'gov_projects.php']
	],
	['News', 'news.php'],
     ['Partners', 'partners.shtml'],
     ['Employment', 'jobs.shtml'],
	['Contact Us', 'contact.php']
];
