var MpingoMenuDef =
{
	"type"	: "bar",
	"style"	:
	{
		"css" : "menu",
		"box" : false,
		"size" : [120, 23],
		"align": "left",
		"direction" : "v",
		"border" : "",
		"bgcolor" : "#999966",
		"bgimg" : "",
		"imgendon" : { "src" : "img/menu_arrow.gif", "width" : 5, "height" : 10 },
		"imgendoff" : { "src" : "img/menu_arrow.gif", "width" : 5, "height" : 10 },
		"imgspace" : 5
	},
	"itemover" :
	{
		"css" : "menu",
		"color" : "#FFFF99"
    },
	"position" : { "absolute" : true, "pos": [0,198] },

	"items" :
	[
		{
			"text" : "What is mpingo?" ,
			"action" : { "url" : "mpingo_tree.html" },
			"menu" :
			{
				"position" : { "anchor" : "ne", "anchor_side" : "nw" },
		  		"items"	:
		  		[
			  		{
			  			"text" : "The tree",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "mpingo_tree.html" }
			  		},
			  		{
			  			"text" : "The timber",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "mpingo_timber.html" }
			  		},
			  		{
			  			"text" : "Its uses",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "mpingo_uses.html" }
			  		},
			  		{
			  			"text" : "Current status",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "mpingo_status.html" }
			  		},
			  		{
			  			"text" : "Why is it important?",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "why.html" }
			  		}
				]
			}
		},
		{
			"text" : "Where it grows" ,
			"action" : { "url" : "where.html" },
			"menu" :
			{
				"position" : { "anchor" : "ne", "anchor_side" : "nw" },
		  		"items"	:
		  		[
			  		{
			  			"text" : "Tanzania",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "tanzania.html" }
			  		},
			  		{
			  			"text" : "Mozambique",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "mozambique.html" }
			  		},
			  		{
			  			"text" : "Miombo woodlands",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "miombo.html" }
			  		},
			  		{
			  			"text" : "Coastal forests",
						"style" : { "size" : [140, 20] },
			  			"action" : { "url" : "coastal_forests.html" }
			  		}
				]
			}
		},
		{
			"text" : "What we do" ,
			"menu" :
			{
				"position" : { "anchor" : "ne", "anchor_side" : "nw" },
		  		"items"	:
		  		[
			  		{
			  			"text" : "Practical Conservation",
						"style" : { "size" : [170, 20] },
			  			"action" : { "url" : "conservation.html" }
			  		},
			  		{
			  			"text" : "Research",
						"style" : { "size" : [170, 20] },
			  			"action" : { "url" : "research.html" }
			  		},
			  		{
			  			"text" : "Awareness Raising",
						"style" : { "size" : [170, 20] },
			  			"action" : { "url" : "awareness.html" }
			  		},
			  		{
			  			"text" : "Where we work",
						"style" : { "size" : [170, 20] },
			  			"action" : { "url" : "kilwa_district.html" }
			  		}
				]
			}
		},
		{
			"text" : "Reports" ,
			"action" : { "url" : "reports.html" }
		},
		{
			"text" : "Certificate" ,
			"action" : { "url" : "group_certificate.html" },
			"menu" :
			{
				"position" : { "anchor" : "ne", "anchor_side" : "nw" },
		  		"items"	:
		  		[
			  		{
			  			"text" : "Control Documents",
						"style" : { "size" : [150, 20] },
			  			"action" : { "url" : "gc_control_docs.html" }
			  		},
			  		{
			  			"text" : "Members",
						"style" : { "size" : [150, 20] },
			  			"action" : { "url" : "gc_group_members.html" }
			  		}
				]
			}
		},
		{
			"text" : "About us" ,
			"action" : { "url" : "about.html" },
			"menu" :
			{
				"position" : { "anchor" : "ne", "anchor_side" : "nw" },
		  		"items"	:
		  		[
			  		{
			  			"text" : "Our Aims",
						"style" : { "size" : [120, 20] },
			  			"action" : { "url" : "about.html" }
			  		},
			  		{
			  			"text" : "Project Timeline",
						"style" : { "size" : [120, 20] },
			  			"action" : { "url" : "timeline.html" }
			  		},
			  		{
			  			"text" : "Executive",
						"style" : { "size" : [120, 20] },
			  			"action" : { "url" : "executive.html" }
			  		},
			  		{
			  			"text" : "Our Partners",
						"style" : { "size" : [120, 20] },
			  			"action" : { "url" : "partners.html" }
			  		},
			  		{
			  			"text" : "Sponsors",
						"style" : { "size" : [120, 20] },
			  			"action" : { "url" : "sponsors.html" }
			  		},
			  		{
			  			"text" : "Contact Us",
						"style" : { "size" : [120, 20] },
			  			"action" : { "url" : "contact.html" }
			  		}
				]
			}
		},
		{
			"text" : "Links" ,
			"action" : { "url" : "links.html" }
		},
		{
			"text" : "Project News" ,
			"action" : { "url" : "news.html" }
		}
	]
};
