var LOWER_MENUS = [
	['Colorado',null,null,
		['Home', '/states/CO/index.htm'],
		['History', '/states/CO/history.htm'],
		['Symbols', '/states/CO/symbols.htm'],
		['Interesting Facts', '/states/CO/facts.htm'],
		['Famous People', '/states/CO/famous_people.htm'],
		['Cities & Counties', '/states/CO/cities.htm'],
		['News', '/states/CO/news.htm'],
		['Official Site', 'http://www.state.co.us'],
	],
	['Regions',null,null,
		['Denver', '/states/CO/denver.htm'],
		['Front Range', '/states/CO/front_range.htm'],
		['Northwest', '/states/CO/northwest.htm'],
		['Southwest', '/states/CO/southwest.htm'],
		['South Central', '/states/CO/south_central.htm'],
		['Southeast', '/states/CO/southeast.htm'],
		['Northeast', '/states/CO/northeast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/CO/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/map/state_list.shtml#Colorado'],
		['State Parks', 'http://www.parks.state.co.us/'],
		['Bureau of Land Management', 'http://www.co.blm.gov'],
		['Division of Wildlife', 'http://wildlife.state.co.us'],
		['Dpt. of Natural Resources', 'http://www.dnr.state.co.us'],
	],
	['Events', '/states/CO/events/index.htm',null
	],
	['Lodging', '/states/CO/lodging/index.html',null
	]
];