/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
  	['About Us', null, null,
  	 ['Constitution', null, null,
  	 ['OBA', 'obaconstitution.htm'],
  	 ['OWBA', 'owbaconstitution.htm']
  	 ],
  	 ['History', null, null,
  	 ['2009 Review', 'obareview2009.htm'],
  	 ['2008 Review', 'obareview2008.htm'],
  	 ['2007 Review', 'obareview2007.htm'],
  	 ['2006 Review', 'obareview2006.htm'],
  	 ['Oxon Bowls History', 'obahistory.htm']
  	 ],
  	 ['Honours', null, null,
  	 ['National', 'obahonsnat.htm'],
  	 ['County', 'obahonsoxon.htm']
  	 ],
  	 ['Officers', 'obaofficers.htm']
  	],
  	['Clubs', 'obaclubs.htm'],
  	['Competitions', null, null,
	 ['County', null, null,
  	 ['Singles', null, null,
  	 ['Section 1', 'Singles12010.htm'],
  	 ['Section 2', 'Singles22010.htm'],
  	 ['Open Section', 'SinglesOpen2010.htm'],
  	 ],
	 ['Pairs', null, null,
  	 ['Section 1', 'Pairs12010.htm'],
  	 ['Section 2', 'Pairs22010.htm'],
  	 ['Open Section', 'PairsOpen2010.htm'],
  	 ],
	 ['Triples', null, null,
  	 ['Section 1', 'Triples12010.htm'],
  	 ['Section 2', 'Triples22010.htm'],
  	 ['Open Section', 'TriplesOpen2010.htm'],
  	 ],
	 ['Fours', null, null,
  	 ['Section 1', 'Fours12010.htm'],
  	 ['Section 2', 'Fours22010.htm'],
  	 ['Open Section', 'FoursOpen2010.htm'],
	 ],
	 ['U25s Singles', 'Under25s2010.htm'],
  	 ['Allison Cup', null, null,
	  ['Section 1', 'Allison12010.htm'],
	  ['Section 2', 'Allison22010.htm'],
	  ],
	   	 ['Longford Cup', null,null,
	 ['Section 1', 'Longford12010.htm'],
	  ['Section 2', 'Longford22010.htm'],
	  ],	  
  	 ['Officers Cup', null,null,
	 ['Section 1', 'Officers12010.htm'],
	  ['Section 2', 'Officers22010.htm'],
	 ],
	['Hawker Cup', 'Hawker2010.htm'],
	],
  	 ['Local', 'obalocal.htm']
  	],
  	['Matches', null, null,
  	 ['Fixtures', null, null,
  	 ['All', 'obaallgames.htm'],
  	 ['Executive', 'obaexec.htm'],
  	 ['Home Counties', 'obahcl.htm'],
  	 ['Middleton Cup', 'obamc.htm'],
  	 ['President', 'obapresident.htm']
  	 ],
  	 ['Oxford League', null, null,
  	 ['2010', 'obaoxleague.htm'],
  	 ['Div 1 Archive', 'oxdiv1.htm'],
  	 ['Div 2 Archive', 'oxdiv2.htm'],
  	 ['Div 3 Archive', 'oxdiv3.htm'],
  	 ['Div 4 Archive', 'oxdiv4.htm']
  	 ],
  	 ['Team Sheets', 'obateams.htm']
  	],
  	['News', null, null,
  	 ['General News', 'obageneral.htm'],
  	 ['AGM Minutes', 'obaagm.htm'],
  	 ['Council Minutes', 'obacouncil.htm'],
  	 ['GPC Minutes', 'obagpc.htm'],
  	 ['Press Releases', 'obapress.htm']
  	],
  	['Photo Gallery', null, null,
  	 ['Worthing 2005', null, null,
  	 ['Action 1', 'obapg1.htm'],
  	 ['Action 2', 'obapg2.htm'],
  	 ['Medals 1', 'obapg3.htm'],
  	 ['Medals 2', 'obapg4.htm']
  	 ],
  	 ['Worthing 2006', null, null,
  	 ['Pairs', 'obapg5.htm']
  	 ]
  	],
  	['Support', null, null,
  	 ['Coaches', 'obacoach.htm'],
  	 ['Greens Maintenance', 'obagreens.htm'],
  	 ['Past Presidents', 'obappa.htm'],
  	 ['Sponsors', 'obasponsors.htm'],
  	 ['Umpires', 'obaumpire.htm'],
  	 ['Vice Presidents', 'obavps2010.htm']
  	],
  	['Under 25s', 'obau252010.htm'],
  	['Links', null, null,
  	 ['Bowls Links', 'obalinks.htm'],
  	 ['Guest Book', 'obaguest.htm'],
  	 ['Questions', 'obafaq.htm'],
  	 ['Site Map', 'obasitemap.htm'],
  	 ['Visitors', 'obavis.htm']
  	  ]
];
