
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['COMPANY', 'company.html', null,
		['Overview', 'company.html'],
		['Approach', 'company-approach.html'], 
		['Markets', 'company-markets.html']
	],
	
	['PRODUCTS', 'products-overview.html', null,
		['Products Overview', 'products-overview.html'],
		['Risk Analysis', 'products-analysis.html', null,
			 ['Overview', 'products-analysis.html'],
			 ['INTELOS Airport', 'products-airport.html'], 
			 ['INTELOS Energy', 'products-energy.html'],
			 ['INTELOS Maritime', 'products-maritime.html']
		 ],
		
		['Risk Mitigation', 'products-mitigation.html', null,
			/* ['Captive Insurance Solutions', 'products-solutions.html'], */
			/* ['Reinsurance', 'products-reinsurance.html']*/
		 ],
		['Security', 'security.html', null,
			/* ['Humanitarian Aid', 'security-aid.html'], */
			/* ['Training', 'security-training.html'],*/
			/* ['Consulting', 'security-consulting.html']*/
		 ],
		 ['Engineering', 'engineering.html', null,
			 /* ['Consulting', 'engineering-consulting.html']*/
		 ]
		
	],
	
	['NEWS', 'news.html'],
	
	['OPERATIONS', 'operations.html', null,
		['Operations Overview', 'operations.html'],
		['Organization', 'operations-organization.html'],
		['Strategic Partners', 'operations-board.html'],
	],
	
	['CONTACT', 'contact.html']
];

