/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.cycling.uconn.edu', {'sb':'Home'}],
	['Forums', 'http://www.cycling.uconn.edu/forums.html', null,
		['Main Chat', 'http://com5.runboard.com/buconncycling.f6'],
		['Racing', 'http://com5.runboard.com/buconncycling.f5'],
		['Group Rides', 'http://com5.runboard.com/buconncycling.f2'],
		['Training', 'http://com5.runboard.com/buconncycling.f7'],
		['For Sale/Wanted', 'http://www.runboard.com/buconncycling.f8']
	],
	['Schedules', null, null,
		['New Race Schedule', 'http://collegiatecycling.org/eccc/wiki/index.php?n=Calendar.Current'],
		['Races', 'http://www.eccc-info.com/race_calendar.aspx'],
		['Meetings', 'http://www.cycling.uconn.edu/important_dates.html']
	],
	['Riders', 'http://www.cycling.uconn.edu/riders.html'],
	['Sponsors', 'http://www.cycling.uconn.edu/sponsors.html', null,
		['SPONSOR US!', 'http://www.cycling.uconn.edu/Forms/SponsorUConnCycling.pdf'],
		['Giant', 'http://www.giant-bicycles.com/en-US/'],
		['GU', 'http://www.gusports.com/'],
		['Thomson', 'http://www.lhthomson.com/bikes.htm'],
		['SixSixOne', 'http://www.sixsixone.com/'],
		['Park Tool', 'http://www.parktool.com/']
	],
	['Multimedia', null, null,
		['Pictures', 'http://www.cycling.uconn.edu/pictures.html', null,
			['2007 Mountain', 'http://www.cycling.uconn.edu/2007mtb.html'],
			['2007 Road', 'http://road07.shutterfly.com/action/'],
			['2006 Mountain', 'http://2006mtnseason.shutterfly.com/action/']
		],
		['Movies', 'http://www.cycling.uconn.edu/uvmmovie.html']
	],
	['Buy A Jersey', 'http://www.cycling.uconn.edu/buyjersey.html'],
	['About Us', 'http://www.cycling.uconn.edu/about.html'],
	['Contact', 'http://www.cycling.uconn.edu/contact.html']
];
