var LOWER_MENUS = [
	['Arizona',null,null,
		['Home', '/states/AZ/index.htm'],
		['History', '/states/AZ/history.htm'],
		['Symbols', '/states/AZ/symbols.htm'],
		['Interesting Facts', '/states/AZ/facts.htm'],
		['Famous People', '/states/AZ/famous_people.htm'],
		['Cities & Counties', '/states/AZ/cities.htm'],
		['News', '/states/AZ/news.htm'],
		['Official Site', 'http://www.state.az.us'],
		['Books and Videos', '/states/AZ/books.html'],
	],
	['Regions',null,null,
		['Northern', '/states/AZ/northern.html'],
		['North Central', '/states/AZ/northcentral.html'],
		['Phoenix & Central', '/states/AZ/phoenix.html'],
		['Tucson & Southern', '/states/AZ/tucson.html'],
		['West Coast', '/states/AZ/west_coast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/AZ/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r3/forests/az.html'],
		['State Parks', 'http://www.pr.state.az.us'],
		['Game and Fish Dept.', 'http://www.gf.state.az.us'],
		['Bureau of Land Management', 'http://azwww.az.blm.gov'],
	],
	['Events', '/states/AZ/events/index.htm',null
	],
	['Lodging', '/states/AZ/lodging/index.html',null
	]
];