/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['<img src="images/navHome.gif">', './', [, , 98, 25],
		
	],
	['<img src="images/navNews.gif">', 'actionalert.html', [98, , 66, 25],
		['ACCTion Alerts', 'actionalert.html'],
		['Newsletters', 'newsletters.html'],
	
	],
	['<img src="images/navPrograms.gif">', 'programsmain.html', [66, , 120, 25],
		['Bike Mentors', 'programs_BikeMentor.html'],
		['Bike Action Team', 'BikeActionTeam.html'],
		['Safe Routes to School', 'saferoutes.html'],
		['Regional Mobility Map', 'mobilitymap.html'],
		['Bike Week 2010', 'BikeWeek2010.html']
	],
	['<img src="images/navMembership.gif">', 'membership.html', [120, , 112, 25],
		['Membership Info', 'membership.html'],
		['Members&#8217; Letters', 'memberletters.html'],
	
	],
	['<img src="images/navResources.gif">', null, [112, , 80, 25],
		['Academic Articles', 'articles.html'],
		['Community Resource', 'resourcecenter.html'],
		['Visitor Information', 'visitorinformation.html'],
		['Website Links', 'links.html']
	],
	['<img src="images/navEvents.gif">', 'eventcalendar.html', [80, , 138, 25],
		['Events Calendar', 'eventcalendar.html']
	],
	['<img src="images/navContact.gif">', 'contact.html', [138, , 84, 25],
		['Contact Info', 'contact.html'],
		['Who We Are', 'about.html']
	]
];

