var acblMenuDef = {
	"type"	: "bar",
	"style"	: {
		"css" : "menu",		
		"box"	: false,
		"size"	:[180,40],
		"bgcolor":"#8083ba",
        "direction":"v",		
		"border":{},
        "imgendon":{"src":"/images/codethat/img/chek_sm.gif", "width":3,"height":6},
        "imgendoff":{"src":"/images/codethat/img/chek_sm.gif", "width":3,"height":6},
        "imgspace": 5,
		"align": "right",
        "shadow": {"color":"#cccccc", "width":3}
	},
	"itemover": { "bgcolor":"#43467c" },
	"position": { "absolute": false, "pos":[0,10] },

	"items" : [
		{ "text":"Home"	, "action" : { "url" : "/index.html" } },
		{ "text":"Discussions"	, "action" : { "url" : "/yabb/cgi-bin/yabb/YaBB.cgi" } },
		{ "text":"New Unit Members"	, "action" : { "url" : "/memberservices/new_members.html" } },

		{ "text":"Calendar", "action": {"url": "/calendar/index.html" } },

		{ "text":"Newcomers to Duplicate", "action": {"url": "/newcomer/" }
		, "menu": { "position" : { "anchor": "ne", "anchor_side":"nw" },
			"items"	: [
				{"text": "Bridge Teachers", "action": {"url": "/newcomer/bridgeteachers.html" } },
			  	{"text": "Zero to 99 Masterpoint Game", "action": {"url": "/newcomer/49ergame.html" } },
			  	{"text": "ACBL Downloads", "action": {"url": "/library/linkedsites.html" } }
			] }
		},

		{ "text":"Clubs", "action": {"url": "/club/" }
		, "menu": { "position" : { "anchor": "ne", "anchor_side":"nw" },
			"items"	: [
				{"text": "Locations", "action": {"url": "/club/maplocations.html" } },
			  	{"text": "Game Schedules", "action": {"url": "/club/calendar_by_days.html" } },
			  	{"text": "Game Changes", "action": {"url": "/club/gamechanges.html" } },
			  	{"text": "Owners", "action": {"url": "/club/owners.html" } },
			  	{"text": "Game Results", "action": {"url": "/results/" } }
			] }
		},

		{ "text":"Tournaments", "action": {"url": "/tournament/" }
		, "menu": { "position" : { "anchor": "ne", "anchor_side":"nw" },
			"items"	: [
				{"text": "Local Club Tourneys", "action": {"url": "/club/monthly_championships.html" } },
				{"text": "Schedules", "action": {"url": "/tournament/schedule.html" } },
			  	{"text": "Results", "action": {"url": "/tournament/results/" } },
			  	{"text": "199er Tournaments", "action": {"url": "/newcomer/nov8tourney.html" } },
			  	{"text": "St. Louis Knock-out Teams", "action": {"url": "/tournament/stlouisknockouts.htm" } },
			  	{"text": "Looking for a Partner", "action": {"url": "/yabb/cgi-bin/yabb/YaBB.cgi?board=lfp" } }
			] }
		},

		{ "text":"Special Events", "action": {"url": "/events/" }
		, "menu": { "position" : { "anchor": "ne", "anchor_side":"nw" },
			"items"	: [
				{"text": "STaC Week", "action": {"url": "/events/stac.html" } },
			  	{"text": "NAOP", "action": {"url": "/events/naop.html" } },
			  	{"text": "GNT", "action": {"url": "/events/gnt.html" } },
			  	{"text": "Instant Matchpoints Game", "action": {"url": "/events/instant.html" } },
			  	{"text": "Missouri Braggin' Rights", "action": {"url": "/tournament/braggingrights.html" } }
			] }
		},

		{ "text":"Member Services", "action": {"url": "/memberservices/" }
		, "menu": { "position" : { "anchor": "ne", "anchor_side":"nw" },
			"items"	: [
				{"text":"Discussions"	, "action" : { "url" : "/yabb/cgi-bin/yabb/YaBB.cgi" } },
				{"text": "Online Directory", "action": {"url": "/memberservices/directory.html" } },
			  	{"text": "Change of Member Data", "action": {"url": "/comingsoon.html" } },
				{"text": "Honor Roll", "action": {"url": "/memberservices/roll_of_honor.html" } },
			  	{"text": "Looking for a Partner", "action": {"url": "/yabb/cgi-bin/yabb/YaBB.cgi?board=lfp" } },
			  	{"text": "Ask the Experts", "action": {"url": "/AskTheExpertsForum.html" } },
			  	{"text": "Active Ethics", "action": {"url": "/ethics.html" } }
			] }
		},

		{ "text":"Unit 143 Governance", "action": {"url": "/board/" }
		, "menu": { "position" : { "anchor": "ne", "anchor_side":"nw" },
			"items"	: [
			  	{"text": "Unit 143 Information", "action": {"url": "/board/UnitInformationData.html" } },
				{"text": "Board Profiles", "action": {"url": "/board/profile/" } },
			  	{"text": "Contact Us", "action": {"url": "/board/#contact" } },
			  	{"text": "Board Minutes", "action": {"url": "/board/minutes/" } },
			  	{"text": "Unit 143 Standing Rules", "action": {"url": "/board/StandingRules.html" } },
			  	{"text": "Unit 143 By-Laws", "action": {"url": "/board/bylaws.html" } }
			] }
		},

		{ "text":"Library and Helpful Links", "action": {"url": "/library/" }
		, "menu": { "position" : { "anchor": "ne", "anchor_side":"nw" },
			"items"	: [
				{"text": "Convention Cards", "action": {"url": "/library/conventioncard.html" } },
				{"text": "Laws of Duplicate Bridge", "action": {"url": "http://web2.acbl.org/laws/index.htm" } },
				{"text": "District 8 Advocate Magazine", "action": {"url": "http://advocate.district8acbl.com/" } },
				{"text": "ACBL.ORG", "action": {"url": "http://www.acbl.org/" } },
			  	{"text": "Online Bridge Playing", "action": {"url": "/library/#online" } }
			] }
		},

		{ "text":"Site Index"	, "action" : { "url" : "/board/sitemap.html" } }

	] };
