var TreeDef = {
	"type"	: "tree",
	"style"	: {
		"singlecol":true,
		"color":"#FFFFFF",
		"imgdir":"",
		"imgdiropen":"",
		"imgdir_l":"",
		"imgdiropen_l":"",
		"itemoffset":{"x":"15","y":"15"},
		"fixwidth" : 185,
		"css" : "menu",
		"bgcolor": "#000000"
	},
	"styleover"	: {
   		"css" : "menuover"
	},
	"target":"",
	"position": { "absolute": false, "pos":[15,5] },
	"menu" : {
	"items" : [ 
				{ "text":"Home" , "action": {"url": "Home.html", "title": "Home"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Biography" , "action": {"url": "Biography.html", "title": "Biography"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Unique Pieces" , "action": {"url": "UniquePieces.html", "title": "Unique Pieces"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Retail Range" , "action": {"url": "RetailRange.html", "title": "Retail Range"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Commissioned Plates" , "action": {"url": "Commissioned.html", "title": "Commissioned Plates"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"&nbsp&nbsp&nbsp- Restaurants" , "action": {"url": "ForRestaurants.html", "title": "Commissioned Plates - Restaurants"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"&nbsp&nbsp&nbsp- Private Commissions" , "action": {"url": "ForPrivate.html", "title": "Commissioned Plates - Private"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"&nbsp&nbsp&nbsp- Bespoke Wedding Gifts" , "action": {"url": "WeddingGifts.html", "title": "Commissioned Plates - Bespoke Wedding Gifts"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Wall Panels" , "action": {"url": "WallPanels.html", "title": "Wall Panels"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Coasters" , "action": {"url": "Coasters.html", "title": "Coasters"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Interior Commissions" , "action": {"url": "Interiors.html", "title": "Commissions for Interior"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Upcoming Exhibitions" , "action": {"url": "Exhibitions.html", "title": "Upcoming Exhibitions"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Retail Venues" , "action": {"url": "RetailVenues.html", "title": "Retail Venues"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				},
				{ "text":"Contact" , "action": {"url": "Contact.html", "title": "Contact Me"},
				  "menu": {
					"style"	: {
						"itemoffset":{"x":"0", "y":"0"}
					},
				  	"items"	: [
				  		{"text": "", "action": {"url": "", "title": ""}}
				  	]
				  }
				}
			        ]
}
};


