/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Enterprise', null, null,
		['Managed Services', 'managedservices.html'],
		['Infrastructure', 'infrastructure.html']
	],
	['Hardware', 'hardware.html'],
	['Security', 'security.html'],
	['Software', 'software.html'],
	['Corporate Profile', null, null,
		['Corporate Profile', 'corporate.html'],
		['About Us', 'about.html']
	],
	['Contact Us', 'contact.html'],
	['Employment', 'employment.html']
];

