var MenuDef = {
	"type"	 : "bar",
	"style"	 : {
		"css" : "top-level",
		"bgcolor" : "",
		"box"	 : false,
		"size"	 : [108, 20],
		"itemoffset" : {
			"y" : 5, "x" : 0
		},
		"align" : "middle",
		"direction" : "v",
		"color" : "#336633"
	},
	"itemover" : {
		"css" : "top-level", "bgcolor" : "", "align" : "middle",
		"color" : "336633"
	},
	"position" : {
		"absolute" : false, "pos" : [10, 0]
	},
	"items" : [
	{
		"text" : "Home",
		"style" :
		{
			"size"	 : [90, 20]
		},
		"action" : 
		{ 
			"url" : "/LeedsNM"
		}
	},
	{
		"text" : "About Us",
		"style" :
		{
			"size"	 : [90, 20]
		},
		"action" : 
		{ 
			"url" : "/LeedsNM//AboutUs.aspx"
		}
	},
	{
		"text" : "Articles",
		"menu" : {
			"style" : {
				"bgcolor" : "#F3F3F3", "align" : "middle", "color" : "#336633",
				"size"	 : [90, 20],
				"direction" : "v"
			},
			"itemover" : {
				"css" : "sub-level", "bgcolor" : "#336633", "align" : "middle",
				"color" : "#ffffff"
			},			
			"position" : {
				"menuoffset" : {
					"x" : "0", "y" : "0"
				}
			},
			"items"	 : [
			{
				"text" : "Personal Accounts",
				"style" :
				{
					"css" : "sub-level",
					"shadow" : 
					{
						"color" : "gray", "width" : 3
					},
					"size"	 : [118, 20]
				},
				"action" : 
				{ 
					"url" : "/LeedsNM/PersonalAccounts.aspx"
				}				
			},
			{
				"text" : "Islam",
				"style" :
				{
					"css" : "sub-level",
					"shadow" : 
					{
						"color" : "gray", "width" : 3
					},
					"size"	 : [118, 20]
				},
				"action" : 
				{ 
					"url" : "/LeedsNM/Islam.aspx"
				}				
			},
			{
				"text" : "Women in Islam",
				"style" :
				{
					"css" : "sub-level",
					"shadow" : 
					{
						"color" : "gray", "width" : 3
					},
					"size"	 : [118, 20]
				},
				"action" : 
				{ 
					"url" : "/LeedsNM//Women.aspx"
				}				
			}]
		}
	},
	{
		"text" : "Resources",
		"menu" : {
			"style" : {
				"bgcolor" : "#F3F3F3", "align" : "middle", "color" : "#336633",
				"size"	 : [90, 20],
				"direction" : "v"
			},
			"itemover" : {
				"css" : "sub-level", "bgcolor" : "#336633", "align" : "middle",
				"color" : "#ffffff"
			},			
			"position" : {
				"menuoffset" : {
					"x" : "0", "y" : "0"
				}
			},
			"items"	 : [
			{
				"text" : "Events",
				"style" :
				{
					"css" : "sub-level",
					"shadow" : {
						"color" : "gray", "width" : 3
					},
					"size"	 : [118, 20]
				},
				"action" : 
				{ 
					"url" : "/LeedsNM/Events.aspx"
				}				
			},
			{
				"text" : "Links",
				"style" :
				{
					"css" : "sub-level",
					"shadow" : {
						"color" : "gray", "width" : 3
					},
					"size"	 : [118, 20]
				},
				"action" : 
				{ 
					"url" : "/LeedsNM/Links.aspx"
				}				
			}]
		}
	},
	{
		"text" : "Contact",
		"style" :
		{
			"size"	 : [90, 20]
		},
		"action" : 
		{ 
			"url" : "/LeedsNM/Contact.aspx"
		}
	}	
 ]
};
