/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Our Company', null, null,
		['About Our Company', 'about.html'],
		['Meet Our Executive Team', 'bios.html']
	],
	['Products', null, null,
		['Overview', 'products.html'],
		['Pricing', 'products_pricing.html'],
		['Mortgage Lenders', 'products_mortgage.html'],
		['Auto/Unsecured Loan Lenders', 'products_auto.html']
	],
	['Clients & Partners', null, null,
		['Our Clients', 'customers.html'],
		['Strategic Partnerships', 'partners.html']
	],
	['News & Events', null, null,
		['News', 'news.html'],
		['Press Releases', 'press.html'],
		['Trade Show Schedules', 'tradeshows.html']
	],
	['Contact Us', null, null,
		['Sales', 'contact.html'],
		['Support', 'support.html'],
		['Request a Demo', 'contact_demo.html']
	]
];

