/* Tigra Menu items structure */
var MENU_ITEMS = [
	['BMWMOCM', '/index.htm'],
//	['President\'s view', '/President.htm'],
	['<span style="border:1px dashed white; padding:4px; margin-left:-5px;">Hiawatha Rally</span>', '/Rally.htm'],
	['Meetings', '/Meeting.htm'],
	['Calendar', '/Calendar.htm'],
	['Riding >', null, null,
		['Mileage', '/Mileage.htm'],
		['Tours', '/Tours.htm'],
		['Routes', '/Routes.htm'],
		['Destinations', '/Destinations.htm'],
		['Group Riding', '/GroupRiding.htm']
	],
	['Exchange', '/Exchange.htm'],
	['Photos', '/Pictures.htm'],
	['Newsletters', '/Newsletter.htm'],
	['ClubList', '/ClubList.htm'],
	['Facebook', 'http://www.facebook.com/group.php?gid=86479548535'],
	['Twitter', 'https://twitter.com/#!/BMWMOCM'],
	['Member', '/Members/index.htm'],
	['Join/Renew', '/Join.htm'],
	['Contact us', '/Contacts.htm'],
	['Contact others', '/Links.htm']
];

