var LOWER_MENUS = [
	['Utah',null,null,
		['Home', '/states/UT/index.htm'],
		['History', '/states/UT/history.htm'],
		['Symbols', '/states/UT/symbols.htm'],
		['Interesting Facts', '/states/UT/facts.htm'],
		['Famous People', '/states/UT/famous_people.htm'],
		['Cities & Counties', '/states/UT/cities.htm'],
		['News', '/states/UT/news.html'],
		['Transportation', '/states/UT/transportation.htm'],
		['Official Site', 'http://www.state.ut.us'],
		['Sports Teams', '/states/UT/sports.html'],
		['Books and Videos', '/states/UT/books_videos.htm'],
	],
	['Regions',null,null,
		['Northern', '/states/UT/regions/NO'],
		['Central', '/states/UT/regions/CN'],
		['Eastern', '/states/UT/regions/EA'],
		['Southeastern', '/states/UT/regions/SE'],
		['Southwestern', '/states/UT/regions/SW'],
		['&nbsp', ''],
		['Salt Lake', '/states/UT/salt_lake'],
		['St. George', '/states/UT/st_george'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['Northern', '/states/UT/regions/NO/outdoor.html'],
		['Central', '/states/UT/regions/CN/outdoor.html'],
		['Eastern', '/states/UT/regions/EA/outdoor.html'],
		['Southeastern', '/states/UT/regions/SE/outdoor.html'],
		['Southwestern', '/states/UT/regions/SW/outdoor.html'],
		['&nbsp', ''],
		['National Parks', '/states/UT/nationalparks/index.htm'],
		['State Parks', '/states/UT/stateparks/index.htm'],
		['National Forests', '/states/UT/nationalforests/index.htm'],
		['BLM Sites', '/states/UT/blm/index.html'],
		['Division of Wildlife Resources', 'http://www.wildlife.utah.gov'],
		['Ski Resorts', '/states/UT/skiresorts.html'],
		['Golf Courses', '/states/UT/golfcourses.html'],
		['Outfitters & Guides', '/states/UT/outfitters.htm'],
	],
	['Events', '/states/UT/events/index.htm',null
	],
	['Lodging', '/states/UT/lodging/index.html',null
	]
];