var LOWER_MENUS = [
	['Nevada',null,null,
		['Home', '/states/NV/index.htm'],
		['History', '/states/NV/history.htm'],
		['Symbols', '/states/NV/symbols.htm'],
		['Interesting Facts', '/states/NV/facts.htm'],
		['Famous People', '/states/NV/famous_people.htm'],
		['Cities & Counties', '/states/NV/cities.htm'],
		['News', '/states/NV/news.htm'],
		['Official Site', 'http://www.state.nv.us'],
	],
	['Regions',null,null,
		['Reno-Tahoe Territory', '/states/NV/reno_tahoe.htm'],
		['Cowboy Country', '/states/NV/cowboy_country.htm'],
		['Pony Express Territory', '/states/NV/pony_express.htm'],
		['Pioneer Territory', '/states/NV/pioneer_territory.htm'],
		['Las Vegas Territory', '/states/NV/las_vegas.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/NV/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/map/state_list.shtml#Nevada'],
		['State Parks', 'http://parks.nv.gov'],
		['Bureau of Land Management', 'http://www.nv.blm.gov'],
		['Division of Wildlife', 'http://www.nevadadivisionofwildlife.org'],
	],
	['Events', '/states/NV/events/index.htm',null
	],
	['Lodging', '/states/NV/lodging/index.html',null
	]
];