var LOWER_MENUS = [
	['Wisconsin',null,null,
		['Home', '/states/WI/index.htm'],
		['History', '/states/WI/history.htm'],
		['Symbols', '/states/WI/symbols.htm'],
		['Interesting Facts', '/states/WI/facts.htm'],
		['Famous People', '/states/WI/famous_people.htm'],
		['Cities & Counties', '/states/WI/cities.htm'],
		['News', '/states/WI/news.htm'],
		['Official Site', 'http://www.state.wi.us'],
	],
	['Regions',null,null,
		['North', '/states/WI/north.htm'],
		['Central', '/states/WI/central.htm'],
		['South', '/states/WI/south.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/WI/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/wi.shtml'],
		['State Parks', 'http://www.dnr.state.wi.us/org/land/parks'],
		['Dept. of Natural Resources', 'http://www.dnr.state.wi.us'],
	],
	['Events', '/states/WI/events/index.htm',null
	],
	['Lodging', '/states/WI/lodging/index.html',null
	]
];