var LOWER_MENUS = [
	['Wyoming',null,null,
		['Home', '/states/WY/index.htm'],
		['History', '/states/WY/history.htm'],
		['Symbols', '/states/WY/symbols.htm'],
		['Interesting Facts', '/states/WY/facts.htm'],
		['Famous People', '/states/WY/famous_people.htm'],
		['Cities & Counties', '/states/WY/cities.htm'],
		['News', '/states/WY/news.htm'],
		['Official Site', 'http://www.state.wy.us'],
	],
	['Regions',null,null,
		['Northwest', '/states/WY/northwest.htm'],
		['Southwest', '/states/WY/southwest.htm'],
		['Central', '/states/WY/central.htm'],
		['Northeast', '/states/WY/northeast.htm'],
		['Southeast', '/states/WY/southeast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/WY/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r2'],
		['State Parks', 'http://spacr.state.wy.us/sphs/index1.htm'],
		['Bureau of Land Management', 'http://www.wy.blm.gov'],
		['Game and Fish Dept.', 'http://gf.state.wy.us'],
		['Official Snowmobile Website', 'http://wyotrails.state.wy.us/snow/index.htm'],
		['Ski Resorts', '/states/WY/skiresorts.htm'],
	],
	['Events', '/states/WY/events/index.htm',null
	],
	['Lodging', '/states/WY/lodging/index.html',null
	]
];