/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':73}],
	['Us', 'company-profile.html', {'sw':61}],
	['Our &nbsp;expertise', null, {'sw':115,'bw':180,'bt':46},
		['Commercial &nbsp;loans', 'commercial-loans.html'],
		['Construction &nbsp;loans', 'construction-loans.html'],
		['Investment &nbsp;loan', 'investment-loan.html'],
		['Home &nbsp;loan', 'home-loan.html'],
		['Refinance','refinance.html'],
		['Low &nbsp;Doc &nbsp;Loans','low-doc-loans.html']
	],
	['Benefits', null, {'sw':83,'bw':180,'bt':46},
		['For &nbsp;developers', 'developer-benefits.html'], 
		['For &nbsp;investors', 'investor-benefits.html'],
	],	
	['Lending &nbsp;panel', 'lending-panel.html', {'sw':120}],
	['FAQ', 'faq.html', {'sw':60}],
	['Useful &nbsp;links', 'links.html', {'sw':105}],
	['Ars &nbsp;monetaria', 'ars_monetaria.html', {'sw':115}],
	['Contact &nbsp;us','contact.html',  {'sw':102}]
];
