/* Tigra Menu items structure */
var MENU_ITEMS = [
	['OUR COMPANY', './default.aspx', null,
		['Management Team', './mgmt_team.aspx'],
		['Active Value Investing', './book.aspx']
	],
	['INVESTMENT PHILOSOPHY', './philosophy.aspx', null,
		['Active Value [Equity]', './equity.aspx'],
		['Fixed-Income', './fixed_income.aspx']
	],
	['AT A GLANCE', './glance.aspx', null,
		['Market Outlook', './market.aspx'],
		['Articles: Investment Insight', 'http://contrarianedge.com', {'tw':'_blank'}]
	],
	['CONTACT US', './contact.aspx', null,
		['Contact Us', './ask.aspx'],
		['Upcoming Events', './events.aspx'],
		['How to Find Us', './address.aspx']
	]
];

