/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Fuel Injector Service', '/inj_faqs.htm', {'sb':'Fuel Injector Service'}],
	['Technical Training', '/techtrain.htm', {'sb':'Technical Training'},
		['Bubbas "Hot Rod Ignition" Class', '/hotrod_ign.htm', {'sb':'Bubbas "Hot Rod Ignition" Class'}]
	],
	['Multimedia', null, {'sb':'Newsletters, Books, Manuals, DVDs & Software'},
		['Books & Manuals', '/manuals.htm', {'sb':'Books and Manuals'}],
		['Software', '/software.htm', {'sb':'Software'}],
		['Newsletter', '/newsltr.htm', {'sb':'LTS Newsletter'}]
	],
	['Downloads', null, {'sb':'Downloads'},
		['Documents', '/documents.htm', {'sb':'LTS Documents'}],
		['Miscellaneous', '/downloads.htm', {'sb':'Screensavers & Fun Stuff'}]
	],
	['LTS Gear', '/lts_gear.htm', {'sb':'LTS Gear'}],
	['Automotive Links', '/links.htm', {'sb':'Automotive Links'}],
	['Bubbas Hot Rod Shop', '/bubbaworld.htm', {'sb':'Bubbas Hot Rod Shop'}]
];

