/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'sw':80}],
	['Competitions', null, {'sw':120},
		['Welcome', '/competitions/index.html'],
		['Calendar', '/competitions/calendar.html'],
		['Duncan Trophy', '/competitions/duncan.html'],
		['1st Div Spring Meeting', '/competitions/spring1.html'],
		['2nd Div Spring Meeting', '/competitions/spring2.html'],
		['3rd Div Spring Meeting', '/competitions/spring3.html'],
		['Tegner Trophy', '/competitions/tegner.html'],
		['The Championship', '/competitions/championship.html'],
		['Inter Club Shield', '/competitions/interclubshield.html'],
		['Tournament Cup', '/competitions/tournament.html'],
		['President\'s Salvers', '/competitions/presidentssalvers.html'],
		['Millennium Competition', '/competitions/millennium.html'],
		['1st Div Autumn Meeting', '/competitions/autumn1.html'],
		['2nd Div Autumn Meeting', '/competitions/autumn2.html'],
		['3rd Div Autumn Meeting', '/competitions/autumn3.html'],
		['Angela Uzielli Memorial Trophy', '/competitions/angela.html'],
		['Winter Knockout', '/competitions/winter.html'],
		['Other Competitions', '/competitions/external.html']
	],
	['Team', null, {'sw':90},
		['Welcome', '/team/index.html'],
		['Calendar', '/team/calendar.html'],
		['County Week', '/team/countyweek.html'],
		['Training', '/team/training.html'],
		['Matches', '/team/matches.html'],
		['Resources', '/team/resources.html'],
		['Archive', '/team/archive.html']
	],
	['Seniors', null, null,
		['Welcome', '/seniors/index.html'],
		['Calendar', '/seniors/calendar.html'],
		['The Senior Championship', '/seniors/championship.html'],
		['Matches', '/seniors/matches.html'],
		['SE League', '/seniors/seleague.html'],
		['Inter County Championship', '/seniors/icchamps.html'],
		['Archive', '/seniors/archive.html']
	],
	['Juniors', null, null,
		['Welcome', '/juniors/index.html'],
		['News', '/juniors/news.html'],
		['Calendar', '/juniors/calendar.html'],
		['How to Join', '/juniors/join.html'],
		['Taster Sessions', '/juniors/taster.html'],
		['Coaching', '/juniors/coaching.html'],
		['Club Coaching', '/juniors/clubcoaching.html'],
		['Fun Competitions', '/juniors/funcomps.html'],
		['Getting a Handicap', '/juniors/handicap.html'],
		['Joining a Club', '/juniors/joinclub.html'],
		['Matches', '/juniors/matches.html'],
		['Championships', '/juniors/champs.html'],
		['Other Competitions', '/juniors/othercomps.html'],
		['Junior County Week', '/juniors/countyweek.html'],
		['Colours', '/juniors/colours.html'],
		['Buy and Sell', '/juniors/buy.html'],
		['Keeping Children Safe', '/juniors/safe.html'],
		['Archive', '/juniors/archive.html']
	],
	['Veterans', null, null,
		['Welcome', '/veterans/index.html'],
		['Calendar', '/veterans/calendar.html'],
		['How to Join', '/veterans/join.html'],
		['Results', '/veterans/results.html'],
		['AGM', '/veterans/agm.html'],
		['Archive', '/veterans/archive.html']
	],
	['Berks Captains', null, {'sw':120},
		['Welcome', '/captains/welcome.html'],
		['Calendar', '/captains/calendar.html'],
		['Results', '/captains/results.html'],
		['Archive', '/captains/archive.html']
	],
	['Administration', null, null,
		['Officers', '/admin/index.html'],
		['Policies and Procedures', '/admin/policies.html'],
		['Meetings', '/admin/meetings.html'],
		['AGM', '/admin/agm.html'],
		['EWGA', '/admin/ewga.html'],
		['Handicapping', '/admin/handicaps.html']
	],
	['History', null, {'sw':90},
		['1922-1952', '/history/19221952.html'],
		['Competition Winners', '/history/matches.html'],
		['Competitions & Trophies', '/history/compsandtrophies.html'],
		['Officers & Trophy Winners', '/history/officers.html']
	]
];
