var LOWER_MENUS = [
	['New Mexico',null,null,
		['Home', '/states/NM/index.htm'],
		['History', '/states/NM/history.htm'],
		['Symbols', '/states/NM/symbols.htm'],
		['Interesting Facts', '/states/NM/facts.htm'],
		['Famous People', '/states/NM/famous_people.htm'],
		['Cities & Counties', '/states/NM/cities.htm'],
		['News', '/states/NM/news.htm'],
		['Official Site', 'http://www.state.nm.us'],
	],
	['Regions',null,null,
		['Northwest', '/states/NM/northwest.htm'],
		['Central', '/states/NM/central.htm'],
		['Southwest', '/states/NM/southwest.htm'],
		['North Central', '/states/NM/north_central.htm'],
		['Northeast', '/states/NM/northeast.htm'],
		['Southeast', '/states/NM/southeast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/NM/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r3/forests/nm.html'],
		['State Parks', 'http://www.emnrd.state.nm.us/nmparks'],
		['Bureau of Land Management', 'http://www.nm.blm.gov'],
		['Game and Fish Dept.', 'http://www.gmfsh.state.nm.us'],
		['Ski Resorts', '/states/NM/skiresorts.htm'],
	],
	['Events', '/states/NM/events/index.htm',null
	],
	['Lodging', '/states/NM/lodging/index.html',null
	]
];