/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Home', '/index.html', null],
	['Curb Machines', '/curb_machines/cobra.html', [null,null,130,null],
		['Cobra', '/curb_machines/cobra.html', null],
		['Curbmate 509', '/curb_machines/509.html', null],
		['Curbmate 409', '/curb_machines/409.html', null],
		['Curbmate 409EX GAS', '/curb_machines/409gas.html', null],
		['Turnkey Packages', '/curb_machines/turnkey.html', null]
	],
	['Equipment', '/curbing_equipment/trowels.html', [131,null,101,null],
		['Hand Trowels', '/curbing_equipment/trowels.html', null],
		['Machine Molds', '/curbing_equipment/machine_molds.html', null],
		['Trenchers & Sod Cutters', '/curbing_equipment/trenchers_cutters.html', null],
		['Trailers', '/curbing_equipment/trailers.html', null],
		['CurbTeam Truck', '/curbing_equipment/curbteam_truck.html', null],
		['Turnkey Packages', '/curb_machines/turnkey.html', null]
	],
	['Products', '/products/index.html', [102,null,null,null],
		['Designer Series', '/products/index.html', null],
		['Liquid Integral Colors', '/products/colors.html', null]
	],
	['Income Potential', '/opp/index.html', [null,null,140,null],
		['Business Opportunity', '/opp/index.html', null],
		['Financing Options', '/opp/financing.html', null],
		['Website Packages', '/opp/websites.html', null]
	],
	['Company', '/company/index.html', [141,null,null,null],
		['What We Do', '/company/index.html', null],
		['Who We Are', '/company/about.html', null],
		['Curber Profiles', '/company/curber_profiles.html', null],
		['Affiliates', '/company/affiliates.html', null],
		['Video Demonstrations', '/company/videos.html', null],
		['Contact Us', '/company/contact.html', null]
	],
	['Training', '/training.html', null,
		['Schedule & Locations', '/training.html', [-51,null,null,null]],
		['Community Forum', '/phpbb/index.php', [0,null,null,null]]
	],
];
