/* Tigra Menu items structure */
var MENU_ITEMS = [
	['COMPANY', 'company.html', {'sb':'COMPANY'}],
	['PRODUCTS', null, null,
		['FLM DECKS', 'flm_decks.html'],
		['RAMPS', 'ramps.html'],
		['ACCESSORIES', 'accessories.html'],
		['CUSTOM VEHICLE DIVISION', 'custom_vehicles.html']
	],
	['PRICING', 'pricing.html'],
	['GALLERY', 'gallery.html'],
	['VIDEOS', 'videos.html'],
	['DEALER LOCATOR', 'distributors.html'],		
	['DEALER LOGIN', 'dealer/index.html'],
	['MEDIA', null, null,
		['BROCHURE', 'brochure.html'],
		['TESTIMONIALS', 'testimonials.html']
	],
	['CONTACT', 'contact.html']
];
