var LOWER_MENUS = [
	['Michigan',null,null,
		['Home', '/states/MI/index.htm'],
		['History', '/states/MI/history.htm'],
		['Symbols', '/states/MI/symbols.htm'],
		['Interesting Facts', '/states/MI/facts.htm'],
		['Famous People', '/states/MI/famous_people.htm'],
		['Cities & Counties', '/states/MI/cities.htm'],
		['News', '/states/MI/news.htm'],
		['Official Site', 'http://www.state.mi.us'],
		['Books and Videos', '/states/MI/books.html'],
	],
	['Regions',null,null,
		['Upper Peninsula', '/states/MI/upper_peninsula.htm'],
		['Northwestern', '/states/MI/northwestern.htm'],
		['Northeastern', '/states/MI/northeastern.htm'],
		['Central', '/states/MI/central.htm'],
		['Southwestern', '/states/MI/southwestern.htm'],
		['Southeastern', '/states/MI/southeastern.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/MI/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/mi.shtml'],
		['Dept. of Natural Resources', 'http://www.dnr.state.mi.us/'],
	],
	['Events', '/states/MI/events/index.htm',null
	],
	['Lodging', '/states/AK/lodging/index.html',null
	]
];