var LOWER_MENUS = [
	['California',null,null,
		['Home', '/states/CA/index.htm'],
		['History', '/states/CA/history.htm'],
		['Symbols', '/states/CA/symbols.htm'],
		['Interesting Facts', '/states/CA/facts.htm'],
		['Famous People', '/states/CA/famous_people.htm'],
		['Cities & Counties', '/states/CA/cities.htm'],
		['News', '/states/CA/news.htm'],
		['Official Site', 'http://www.state.ca.us'],
		['Books and Videos', '/states/CA/books.html'],
	],
	['Regions',null,null,
		['North Coast', '/states/CA/north_coast.htm'],
		['Shasta Cascade', '/states/CA/shasta_cascade.htm'],
		['Gold Country', '/states/CA/gold_country.htm'],
		['High Sierra', '/states/CA/high_sierra.htm'],
		['San Francisco Bay', '/states/CA/san_francisco.htm'],
		['Central Valley', '/states/CA/central_valley.htm'],
		['Central Coast', '/states/CA/central_coast.htm'],
		['Deserts', '/states/CA/deserts.htm'],
		['Inland Empire', '/states/CA/inland_empire.htm'],
		['Los Angeles', '/states/CA/los_angeles.htm'],
		['Orange County', '/states/CA/orange_county.htm'],
		['San Diego County', '/states/CA/san_diego.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/CA/nationalparks/index.htm'],
		['National Forests', 'http://www.r5.fs.fed.us'],
		['Department of Fish & Game', 'http://www.dfg.ca.gov'],
		['State Parks', 'http://www.parks.ca.gov/'],
		['Bureau of Land Management', 'http://www.ca.blm.gov'],
		['Beaches', '/states/CA/beaches.htm'],
		['Ski Resorts', '/states/CA/skiresorts.htm'],
		['Northern California Golf Courses', '/states/CA/golfcourses_north.htm'],
		['Southern California Golf Courses', '/states/CA/golfcourses_south.htm'],
	],
	['Events', '/states/CA/events/index.htm',null
	],
	['Lodging', '/states/CA/lodging/index.html',null
	],
	['CityPass', '/states/CA/citypass/index.html',null
	]
];