/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Kitchen Remodeling', 'remodeling.asp', null,
		['About Cabinets', 'about_cabinets.asp'],
		['About Granite', 'about_granite.asp'],
		['About Kitchen Remodeling', 'remodeling.asp']
	],
	['Why ACE?', 'why_AKD.asp'],
	['Our Products', 'products.asp', null,
		['Cabinets', 'cabinets.asp'],
		['Granite Countertops', 'granite.asp', [, , , 30]],
		['Stainless Steel Sinks', 'stainless_sinks.asp'],
		['Accessories', 'accessories.asp']
	],
	['Showroom', 'showroom.asp', null,
		['Locations', 'location.asp']
	],
	['How To Order', 'process.asp', null,
		['Our Process', 'process.asp'],
		['To Do List', 'to_do_list.asp']
	],
	['Interactive Design', 'interactive_design.asp'],
	['Testimonials', 'testimonials.asp'],
	['Contact Us', 'contact.asp', null,
		['General Support', 'support.asp'],
		['Comments & Feedback', 'comments.asp']
	]
];
