/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Hockey Equipment', null, null,
		['Hockey Sticks', 'ice-hockey-sticks.htm'],
		['Hockey Skates', 'ice-hockey-skates.htm'],
		['Hockey Helmets', 'ice-hockey-helmets.htm'],
		['Hockey Pads', 'ice-hockey-equipment-pads.htm'],
		['Hockey Gloves', 'ice-hockey-equipment-gloves.htm'],
		['Goalie Equipment', null, null,
			['Goalie Masks', 'ice-hockey-equipment-goalie-masks.htm'],
			['Goalie Pads', 'ice-hockey-equipment-goalie-pads.htm'],
			['Goalie Gloves', 'ice-hockey-equipment-goalie-gloves.htm'],
			['Goalie Sticks', 'ice-hockey-equipment-goalie-sticks.htm'],
			['Goalie Skates', 'ice-hockey-equipment-goalie-skates.htm']
		],
		['Hockey Tape', 'ice-hockey-equipment-hockey-tape.htm'],
		['Hockey Pucks', 'ice-hockey-equipment-hockey-pucks.htm'],
		['Hockey Accessories', 'ice-hockey-equipment-hockey-accessories.htm']
	],
	['Hockey Sellers', null, {'sw':160},
		['Hockey Retailers', 'ice-hocky-retailers.htm'],
		['Hockey E-tailers', 'ice-hockey-equipment-internet-retailers.htm'],
		['Hockey Tradeshows', 'ice-hockey-equipment-tradeshows.htm']
	],
	['Other Hockey', null, {'sw':160},
		['Ball or Dek Hockey', null, null,
			['Products', 'ball-hockey-dek-hockey-products.htm'],
			['Leagues', 'ball-hockey-dek-hockey-leagues.htm']
		],
		['Roller Hockey', null, null,
			['Products', 'roller-hockey-equipment.htm'],
			['Leagues', 'roller-hockey-leagues.htm']
		],
		['Table Hockey', null, null,
			['Products', 'table-hockey-rod-hockey-products.htm'],
			['Leagues', 'table-hockey-rod-hockey-leagues.htm']
		]
	],
	['Hockey Leagues', null, {'sw':160},
		['Professional', 'professional-hockey-leagues.htm'],
		['College', 'college-hockey-leagues.htm'],
		['Junior', 'junior-hockey-leagues.htm'],
		['Minor', 'minor-hockey-leagues.htm'],
		['International', 'international-hockey-leagues.htm']
	],
	['Contact', null, {'sw':160},
		['Advertise', 'advertise-hockey-directory.htm'],
		['Contact Us', 'contact-hockey-directory.htm']
	]
];
