var LOWER_MENUS = [
	['Hawaii',null,null,
		['Home', '/states/HI/index.htm'],
		['History', '/states/HI/history.htm'],
		['Symbols', '/states/HI/symbols.htm'],
		['Interesting Facts', '/states/HI/facts.htm'],
		['Famous People', '/states/HI/famous_people.htm'],
		['Cities & Counties', '/states/HI/cities.htm'],
		['News', '/states/HI/news.htm'],
		['Official Site', 'http://www.state.hi.us'],
	],
	['Regions',null,null,
		['Kauai', '/states/HI/kauai.htm'],
		['Oahu', '/states/HI/oahu.htm'],
		['Molokai', '/states/HI/molokai.htm'],
		['Lanai', ''],
		['Maui', '/states/HI/maui.htm'],
		['Hawaii\'s Big Island', '/states/HI/big_island.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/HI/nationalparks/index.htm'],
		['State Parks', 'http://www.hawaii.gov/dlnr/dsp/dsp.html'],
		['Dept. of Land and Natural Resources', 'http://www.hawaii.gov/dlnr'],
	],
	['Events', '/states/HI/events/index.htm',null
	],
	['Lodging', '/states/HI/lodging/index.html',null
	]
];