/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html'],
	['SERVICES', 'services.html', null,
		['Investment Banking', 'services_banking.html'],
		['Financing', 'services_o_financing.html'],
		['Investing', 'services_investing.html'],
		['Securities', 'services_securities.html'],
		['Investment Research', 'services_investment_research.html']
	],
	['ABOUT US &CAREERS', 'about.html', null,
		['Our Firm', 'about_firm.html'],
		['Management Team', 'about_management.html'],
		['Vision & Strategy', 'about_vision.html'],
		['Careers', 'about_careers.html']

	],
	['GLOBAL REACH', 'global.html', null,
		['Strategic Partners', 'global.html']
	],
	['DEALS &TRACK RECORD', 'deals_current_deals.html', null,
		['Current Deals', 'deals_current_deals.html'],
	],
	['NEWS & RELEASES', 'news.html'],
	['CONTACT US', 'contact.html']
];

