/* Tigra Menu items structure */

var MENU_ITEMS = [

	['Clearance Bargains', 'http://www.legendary.com.au/index.php?cPath=77', {'sb':'Clearance Bargains'}],
	
	['Accessories', 'http://www.legendary.com.au/index.php?cPath=21', {'sb':'Accessories'}],	

	['Bags', 'http://www.legendary.com.au/index.php?cPath=33_34', {'sb':'Bags & Clothing / Bags'}],
	
	['Booties', 'http://www.legendary.com.au/index.php?cPath=72_74', {'sb':'Booties'}],
	
	['Bridles', 'http://www.legendary.com.au/index.php?cPath=49_51', {'sb':'Rubber & Bridles / Bridles'}],

	['Clothing', 'http://www.legendary.com.au/index.php?cPath=33_35', {'sb':'Bags & Clothing / Clothing'}],

	['Commercial', 'http://www.legendary.com.au/index.php?cPath=26', {'sb':'Commercial'}],
	
	['Crimps & Clips', 'http://www.legendary.com.au/index.php?cPath=41_43', {'sb':'Hardware & Tackle / Crimps & Clips'}],

	['DVDs', 'http://www.legendary.com.au/index.php?cPath=27', {'sb':'DVDs'}],

	['Fins', 'http://www.legendary.com.au/index.php?cPath=28_36', {'sb':'Fins'}],

	['Fin Accessories', 'http://www.legendary.com.au/index.php?cPath=28_38', {'sb':'Fins / Fin Parts'}],

	['Floats', 'http://www.legendary.com.au/index.php?cPath=29_39', {'sb':'Floats / Floats'}],

	['Float Rigging', 'http://www.legendary.com.au/index.php?cPath=29_40', {'sb':'Floats / Float Rigging'}],

	['Gift Vouchers', 'http://www.legendary.com.au/index.php?cPath=30', {'sb':'Gift Vouchers'}],
	
	['Gloves', 'http://www.legendary.com.au/index.php?cPath=72_73', {'sb':'Gloves'}],

	['Knives', 'http://www.legendary.com.au/index.php?cPath=45', {'sb':'Knives'}],

	['Masks', 'http://www.legendary.com.au/index.php?cPath=46_47', {'sb':'Masks & Snorkels / Masks'}],

	['Package Offers', 'http://www.legendary.com.au/index.php?cPath=22', {'sb':'Pre-made'}],
	
	['Powerdive Units', 'http://www.legendary.com.au/index.php?cPath=76', {'sb':'Powerdive'}],
	
	['Power Bands', 'http://www.legendary.com.au/index.php?cPath=49_50', {'sb':'Rubber & Bridles / Power Bands'}],
	
	['Reels', 'http://www.legendary.com.au/index.php?cPath=61_62', {'sb':'Reels'}],

	['Reel line', 'http://www.legendary.com.au/index.php?cPath=61_63', {'sb':'Reel Line'}],
	
	['Snorkels', 'http://www.legendary.com.au/index.php?cPath=46_48', {'sb':'Masks & Snorkels / Snorkels'}],
	
	['Shooting Line', 'http://www.legendary.com.au/index.php?cPath=41_42', {'sb':'Hardware & Tackle / Shooting Line'}],

	['Spearguns', null, {'sb':'Spearguns'},

		['Picasso', 'http://www.legendary.com.au/index.php?cPath=52_53', {'sb':'Spearguns / Picasso'}],

		['Torelli', 'http://www.legendary.com.au/index.php?cPath=52_54', {'sb':'Spearguns / Torelli'}],
		
		['Omer', 'http://www.legendary.com.au/index.php?cPath=52_78', {'sb':'Spearguns / Omer'}],
		
		['Cressi', 'http://www.legendary.com.au/index.php?cPath=52_80', {'sb':'Spearguns / Cressi'}],
		
		['Rob Allen', 'http://www.legendary.com.au/index.php?cPath=52_79', {'sb':'Spearguns / RA'}],
		
		['Andre', 'http://www.legendary.com.au/index.php?cPath=52_55', {'sb':'Spearguns / Andre'}]

	],

	['Speargun Barrels', 'http://www.legendary.com.au/index.php?cPath=56_57', {'sb':'Speargun Parts / Barrels'}],

	['Speargun Handles', 'http://www.legendary.com.au/index.php?cPath=56_58', {'sb':'Speargun Parts / Handles'}],

	['Speargun Muzzles', 'http://www.legendary.com.au/index.php?cPath=56_59', {'sb':'Speargun Parts / Muzzles'}],

	['Speargun Accessories', 'http://www.legendary.com.au/index.php?cPath=56_60', {'sb':'Speargun Parts / Parts'}],

	['Spears / Shafts', 'http://www.legendary.com.au/index.php?cPath=64_65', {'sb':'Spears / Spring Stainless Steel'}],

	['Spear Tips & Floppers', 'http://www.legendary.com.au/index.php?cPath=64_67', {'sb':'Points'}],
	
	['Tools', 'http://www.legendary.com.au/index.php?cPath=41_44', {'sb':'Hardware & Tackle / Tools'}],
	
	['Torches', 'http://www.legendary.com.au/index.php?cPath=23', {'sb':'Torches'}],

	['Weights Belts & Lead', 'http://www.legendary.com.au/index.php?cPath=68', {'sb':'Weights & Belts'}],

	['Wetsuits', null, {'sb':'Wetsuits'},

		['Picasso', 'http://www.legendary.com.au/index.php?cPath=69_71', {'sb':'Wetsuits / Picasso'}],

		['Torelli', 'http://www.legendary.com.au/index.php?cPath=69_70', {'sb':'Wetsuits / Picasso'}],
		
		['Omer', 'http://www.legendary.com.au/index.php?cPath=69_83', {'sb':'Wetsuits / Omer'}],
		
		['Cressi', 'http://www.legendary.com.au/index.php?cPath=69_81', {'sb':'Wetsuits / Cressi'}],
		
		['Rob Allen', 'http://www.legendary.com.au/index.php?cPath=69_82', {'sb':'Wetsuits / Rob Allen'}],
		
		['Commercial', 'http://www.legendary.com.au/index.php?cPath=26', {'sb':'Wetsuits / Commercial'}]

	],		

	['Wetsuit Accessories', 'http://www.legendary.com.au/index.php?cPath=72_75', {'sb':'Others'}]

	
];


