/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['About Us', 'about.htm'],
	['Products', null, null,
		['Automotive', 'cat-auto.htm'],
		['Janitorial/Maintenance', 'cat-jani.htm'],
		['Industrial', 'cat-indu.htm'],
		['Printing', 'cat-prin.htm'],
		['Machine Shops', 'cat-mach.htm'],
		['Construction', 'cat-const.htm'],
	],
	['Ordering', 'order.htm'],
	['Private Labeling', 'label.htm'],
	['Contact Us', 'contactus.htm']
];