var LOWER_MENUS = [
	['Minnesota',null,null,
		['Home', '/states/MN/index.htm'],
		['History', '/states/MN/history.htm'],
		['Symbols', '/states/MN/symbols.htm'],
		['Interesting Facts', '/states/MN/facts.htm'],
		['Famous People', '/states/MN/famous_people.htm'],
		['Cities & Counties', '/states/MN/cities.htm'],
		['News', '/states/MN/news.htm'],
		['Official Site', 'http://www.state.mn.us'],
	],
	['Regions',null,null,
		['Twin Cities/Metro', '/states/MN/twincities.html'],
		['North Central/Western', '/states/MN/ncw.html'],
		['Northeastern', '/states/MN/northeastern.html'],
		['Southern', '/states/MN/southern.html'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/MN/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/mn.shtml'],
		['State Parks', 'http://www.dnr.state.mn.us/parks_and_recreation/state_parks/index.html'],
		['Dept. of Natural Resources', 'http://www.dnr.state.mn.us/'],
	],
	['Events', '/states/MN/events/index.htm',null
	],
	['Lodging', '/states/MN/lodging/index.html',null
	]
];