/* Tigra Menu items structure */

var MENU_ITEMS = [

	['Specials', 'http://www.legendary.com.au/catalog/specials.php', {'sb':'Specials'}],

	['Clearance Bargains', 'http://www.legendary.com.au/catalog/index.php?cPath=66', {'sb':'Clearance Bargains'}],

	['Packages', 'http://www.legendary.com.au/catalog/index.php?cPath=64', {'sb':'Packages'}],

	['Accessories', 'http://www.legendary.com.au/catalog/index.php?cPath=6', {'sb':'Accessories'}],

	['Bags & Clothing', null, {'sb':'Bags & Clothing'},

		['Bags', 'http://www.legendary.com.au/catalog/index.php?cPath=18_41', {'sb':'Bags & Clothing / Bags'}],

		['Clothing', 'http://www.legendary.com.au/catalog/index.php?cPath=18_42', {'sb':'Bags & Clothing / Clothing'}]

	],

	['Commercial', 'http://www.legendary.com.au/catalog/index.php?cPath=55', {'sb':'Commercial'}],

	['DVDs', 'http://www.legendary.com.au/catalog/index.php?cPath=30', {'sb':'DVDs'}],

	['Fins', null, {'sb':'Fins'},

		['Thermoplastic', 'http://www.legendary.com.au/catalog/index.php?cPath=4_69', {'sb':'Fins / Thermoplastic'}],

		['Carbon/Composite', 'http://www.legendary.com.au/catalog/index.php?cPath=4_70', {'sb':'Fins / Carbon/Composite'}],

		['Parts', 'http://www.legendary.com.au/catalog/index.php?cPath=4_71', {'sb':'Fins / Fin Parts'}]

	],

	['Floats', null, {'sb':'Floats'},

		['Floats', 'http://www.legendary.com.au/catalog/index.php?cPath=5_31', {'sb':'Floats / Floats'}],

		['Float Rigging', 'http://www.legendary.com.au/catalog/index.php?cPath=5_32', {'sb':'Floats / Float Rigging'}]

	],

	['Gift Vouchers', 'http://www.legendary.com.au/catalog/index.php?cPath=72', {'sb':'Gift Vouchers'}],

	['Hardware & Tackle', 'http://www.legendary.com.au/catalog/index.php?cPath=16', {'sb':'Hardware & Tackle'},

		['Shooting Line', 'http://www.legendary.com.au/catalog/index.php?cPath=16_43', {'sb':'Hardware & Tackle / Shooting Line'}],

		['Crimps & Clips', 'http://www.legendary.com.au/catalog/index.php?cPath=16_44', {'sb':'Hardware & Tackle / Crimps & Clips'}],

		['Tools', 'http://www.legendary.com.au/catalog/index.php?cPath=16_45', {'sb':'Hardware & Tackle / Tools'}]

	],

	['Knives', 'http://www.legendary.com.au/catalog/index.php?cPath=22', {'sb':'Knives'}],

	['Masks & Snorkles', null, {'sb':'Masks & Snorkles'},

		['Masks', 'http://www.legendary.com.au/catalog/index.php?cPath=3_23', {'sb':'Masks & Snorkles / Masks'}],

		['Snorkles', 'http://www.legendary.com.au/catalog/index.php?cPath=3_38', {'sb':'Masks & Snorkles / Snorkles'}]

	],

	['Rubber & Bridles', null, {'sb':'Rubber & Bridles'},

		['Power Bands', 'http://www.legendary.com.au/catalog/index.php?cPath=13_46', {'sb':'Rubber & Bridles / Power Bands'}],

		['Bridles', 'http://www.legendary.com.au/catalog/index.php?cPath=13_49', {'sb':'Rubber & Bridles / Bridles'}]

	],

	['Spearguns', null, {'sb':'Spearguns'},

		['Picasso', 'http://www.legendary.com.au/catalog/index.php?cPath=1_9', {'sb':'Spearguns / Picasso'}],

		['Torelli', 'http://www.legendary.com.au/catalog/index.php?cPath=1_10', {'sb':'Spearguns / Torelli'}]

	],

	['Speargun Parts', null, {'sb':'Speargun Parts'},

		['Barrels', 'http://www.legendary.com.au/catalog/index.php?cPath=58_60', {'sb':'Speargun Parts / Barrels'}],

		['Handles', 'http://www.legendary.com.au/catalog/index.php?cPath=58_59', {'sb':'Speargun Parts / Handles'}],

		['Muzzles', 'http://www.legendary.com.au/catalog/index.php?cPath=58_61', {'sb':'Speargun Parts / Muzzles'}],

		['Accessories', 'http://www.legendary.com.au/catalog/index.php?cPath=58_62', {'sb':'Speargun Parts / Parts'}]

	],

	['Spears', null, {'sb':'Spears'},

		['Spring Stainless Steel', 'http://www.legendary.com.au/catalog/index.php?cPath=20_50', {'sb':'Spears / Spring Stainless Steel'}],

		['Threaded Spears', 'http://www.legendary.com.au/catalog/index.php?cPath=20_51', {'sb':'Spears / Threaded Spears'}],

		['Coated Spring Steel', 'http://www.legendary.com.au/catalog/index.php?cPath=20_52', {'sb':'Spears / Coated Spring Steel'}],

		['Points', 'http://www.legendary.com.au/catalog/index.php?cPath=20_53', {'sb':'Points'}]

	],

	['Weights & Belts', 'http://www.legendary.com.au/catalog/index.php?cPath=21', {'sb':'Weights & Belts'}],

	['Wetsuits', 'http://www.legendary.com.au/catalog/index.php?cPath=2', {'sb':'Wetsuits'}],

	['Wetsuit Accessories', 'http://www.legendary.com.au/catalog/index.php?cPath=63', {'sb':'Wetsuit Accessories'}],

		

];

