var MenuDef = 
	{
		
			"style":{
				"css":"menu",
				"bgcolor":"#009933",
				"box":false,
				"align":"left",
				"shadow":{
					"color":"#cccccc",
					"width":3
				},
				"border":{
					"color":"#ffffff",
					"width":1
				},
				"size":[
					175,
					21
				],
				"direction":"v",
				"imgendoff":{
					"src":"img/chek_sm.gif",
					"width":3,
					"height":6
				},
				"imgendon":{
					"src":"img/chek_sm.gif",
					"width":3,
					"height":6
				},
				"imgspace":5
			},
			"itemover":{
				"bgcolor":"#FFCC00"
			},
			"position":{
				"absolute":"true",
				"pos":[
					0,
					0
				]
			},
			"type":"bar"
		,"items":[
		{
		
			"action":{
				"url":"Home.html"
			},
			"text":"Home"
		
		},
		{
		
			"action":{
				"url":"Schedule.html"
			},
			"text":"Schedule"
		
		},
		{
		
			"action":{
				"url":"PracticeInformation.html"
			},
			"text":"Practice Information"
		
		},
		{
		
			"action":{
				"url":"GameHomePitch.html"
			},
			"text":"Game & Home Pitch"
		
		},
                {
		
			"action":{
				"url":"CoachCorner.html"
			},
			"text":"Coach's Corner"
		
		},
		{
		
			"action":{
				"url":"OldBoys.html"
			},
			"text":"Old Boys"
		
		},
		{
		
			"action":{
				"url":"http://community.webshots.com/user/bcbrumbies",
				"target":"New"
			},
			"text":"Photo Gallery"
		
		},
			"action":{
				"url":"Events.html"
			},
			"text":"Event Calendar"
		
		},
		{
		
			"action":{
				"url":"ROS.html"
			},
			"text":"Rites of Spring"
		
		},
		{
		
			"action":{
				"url":"PeterBrock.html"
			},
			"text":"Peter Brock Rugby Day"
		
		},
		{
		
			"action":{
				"url":"Sponsors.html"
			},
			"text":"Sponsors"
		
		},
		{
		
			"action":{
				"url":"Contacts.html"
			},
			"text":"Contact Us"
		
		},
		{
		
			"action":{
				"url":"Links.html"
			},
			"text":"Links"
		
		}
                ]
	}
;