/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Applications', null, null,
		['Power Panels', 'power-panels.htm'],
		['Telephone & Data', 'telephone-data.htm'],
		['Cable & Satellite', 'cable-satellite.htm'],
		['Lighting Systems', 'lighting-systems.htm', null,
			['Lutron', 'lighting-systems.htm'],
			['Vantage', 'lighting-vantage.htm']
		],
		['Home Automation', 'home-automation.htm'],
		['Security', 'security-systems.htm'],
		['Gates', 'gates.htm'],
		['Pool Controls', 'pool-controls.htm'],
		['Amplifers & Speakers', 'amps-speakers.htm'],
		['Ethernet', 'ethernet.htm'],
		['Selector Guide', 'selector-guide.htm']
	],
	['Products', 'product-index.htm'],
	['Case Studies', 'reviews.htm'],
	['Technical', null, null,
		['Specs. & Install.', 'library.htm'],
		['Power Filtering', 'power-filtering.htm']
	],
	['Training', 'about-us.htm'],
	['Contact', 'contact-us.htm']
];
