/* Tigra Menu items structure */
var MENU_ITEMS = [

	['Home&nbsp;&nbsp;', 'index.php'],
	
	['History&nbsp;&nbsp;', 'history.php'],
	
	['Facilities&nbsp;&nbsp;&nbsp;', 'facilities.php', null,
			['Parc de Pugh', 'parc.php'],
	],
	
	
	['Teams&nbsp;&nbsp;&nbsp;&nbsp;', 'teams.php', null,
			['Seniors', 'seniors.php', null,
				['Match Reports', 'matchreportsindex.php?type=s'],
				['Fixtures', 'senior_fixtures.php'],
				['Playing Records', 'senior_playing_records.php'],
				['Notices', 'http://www.bmk.org.uk/phpbb/viewforum.php?f=11']
			],
		
			['Juniors', 'juniors.php', null,
				['Match Reports', 'matchreportsindex.php?type=j'],
				['Fixtures', 'junior_fixtures.php'],
				['Notices', 'http://www.bmk.org.uk/phpbb/viewforum.php?f=12']			
			],
		
		
			['Minis', 'minis.php', null,
				['Match Reports', 'matchreportsindex.php?type=m'],
				['Fixtures', 'minis_fixtures.php'],
				['Mini Tournament', 'mini_tournament_08.php'],
				['Notices', 'http://www.bmk.org.uk/phpbb/viewforum.php?f=13']			
			],
		
		
			['Annual Review', 'annual_review.php', null,
				['Annual Awards', 'annual_awards.php'],
			],
	],
	
	['Honours&nbsp;&nbsp;&nbsp;', 'honours.php'],
	
	['Club Chat&nbsp;&nbsp;&nbsp;&nbsp;', 'http://www.bmk.org.uk/phpbb', null,
			['Announcements', 'http://www.bmk.org.uk/phpbb/viewforum.php?f=4'],
			['Newsletter', 'newsletter.php'],
	],
	
		
	['News &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', 'news.php', null,
			['All News', 'news.php'],
			['Announcements', 'http://www.bmk.org.uk/phpbb/viewforum.php?f=4'],
			['Match Reports', 'matchreportsindex.php'],			
			['Newsletter', 'newsletter.php']
	],
	
		
	['Sponsors&nbsp;&nbsp;&nbsp;', 'sponsors.php'],
	
	['Documents&nbsp;&nbsp;&nbsp;&nbsp;', 'documents.php', null,
			['Newsletter', 'newsletter.php'],
			['Forms', 'forms.php']
	
	],	
	
	
	['Contact Us', 'contact.php'],
];
