/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['info', 'index.asp', null,
		['home', 'index.asp'],
		['about', 'about.asp'],
		['news', 'news.asp'],
		['events', 'events.asp'],
		['challenge', 'challenge06.asp'],
		
		['links', 'links.asp']
	],
	['parts & tuning', null, null,
		['list by car', 'scar.asp'],
		['all parts', 'sparts.asp'],
		['used parts', 'sused.asp'],
		['parts to clear', 'sclear.asp']
	],
	['servicing', null, null,
		['fiat', 'servfiat.asp'],
		['alfa romeo', 'servalfa.asp'],
		['lancia', 'servlancia.asp'],
		['timing', 'servtiming.asp']
	],
	['gallery', null, null,
		['demo car', 'democar.asp'],
		['tuned by', 'tunedby.asp', null,
			['JohnS 460BHP', 'tunedby_johns.asp'],
			['mavric 500BHP', 'tunedby_mav.asp'],
			['dubai surprise', 'tunedby_dubai.asp']
		],
		['gallery', null, null,
					['Andy Lee', 'cgallery/gallery_andylee.asp']
					
		]
		
	],
	['features', null, null,
		['engine failure', 'feature_failure.asp'],
		['fuel pumps', 'feature_pump.asp']
	],
	['contact us', null, null,
		['phone', 'phone.asp'],
		['email', 'email.asp'],
		['location', 'location.asp'],
		['mailing list', 'maillist.asp']
	]
];
