var MenuDef = {
	"style"	: {
	    "css"	: "xp",		
		"box"	: true,
		"size"	:[182,26],
		"bgcolor":"#FCFCF9",
        "direction":"v",		
		"border":{"color":"#545454", "width":1},
		"shadow":{"color":"#c0c0c0", "width":3},
		"imgendon":{"src":"img/arr_on.gif", "width":5,"height":10},	
		"imgendoff":{"src":"img/arr_off.gif", "width":5,"height":10},
		"imgspace": 5,
		"bar":{ "bgcolor":"#EFEDDE", "size":[20,100] }
	},
	"itemover": { "css" : "xp", "bgcolor":"#C1D2EE", "color":"#000000"},
	"position": { "absolute": false, "pos":[10,150], "align":"center" },
//	"defaction" : { "title" : "This is an action title" },

	"items" : [                
		{ 
			"text":"Головна" ,
			"type" : "bool",
			"action":{"url":"/index.php"}
		},
		
		{
			"text":"Про проект",
			"type" : "bool",
			"action":{"url":"/index.php?module=pages&act=page&pid=466"}
		},
		{ 
			"text":"Про ЧГКЗПЛ",
			"type" : "bool",
			"action":{"url":"/index.php?module=pages&act=page&pid=467"}
		},
		
		{
			"text":"Діяльність",
				"menu": {
					"otime": 500,
					"position" : 
					{
						"anchor": "ne",
						"anchor_side":"nw"
					},
					"items"	: [
						{
							"text": "Біженці та мігранти",
							"action":{"url":"/index.php?module=pages&act=page&pid=477"}
						},
						{
							"text": "Виборчі права",
							"action":{"url":"/index.php?module=pages&act=page&pid=478"}
						},
						{
							"text": "Судова реформа",
							"action":{"url":"/index.php?module=pages&act=page&pid=479"}
						},
						{
							"text": "Земельна реформа",
							"action":{"url":"/index.php?module=pages&act=page&pid=480"}
						},
						{
							"text": "Журналісти та ЗМІ",
							"action":{"url":"/index.php?module=pages&act=page&pid=481"}
						},

						{
							"text": "Місцеві ініціативи",
							"action":{"url":"/index.php?module=pages&act=page&pid=483"}
						}
					]
			}
		},

		{ 
			"text":"Видання",
			"type" : "bool",
		 	"action":{"url":"/index.php?module=pages&act=page&pid=468"}
		},
		{ 
			"text":"Віртуальна приймальня",
			"type" : "bool",
			"action":{"url":"/index.php?module=freedback"}
                                                        
		},
		{ "text":"Довідник Чернігівщини",
			"menu": {
				"otime": 500,
				"position" : {
					"anchor": "ne",
					"anchor_side":"nw"
				},

				"items"	: [
					{
						"text": "Правозахисні організації",
						"style":{"size":[182,35]},
						"action":{"url":"/index.php?module=pages&act=page&pid=484"}
					},
					{
						"text": "Суди",
						"action":{"url":"/index.php?module=pages&act=page&pid=485"}
					},
					{
						"text": "Прокуратура",
						"action":{"url":"/index.php?module=pages&act=page&pid=486"}
					},
					{
						"text": "Служба безпеки України",
						"action":{"url":"/index.php?module=pages&act=page&pid=609"}
					},
					{
						"text": "Міліція",
						"action":{"url":"/index.php?module=pages&act=page&pid=487"}
					},
					{
						"text": "Державні органи",
						"action":{"url":"/index.php?module=pages&act=page&pid=489"}
					},
					{
						"text": "Органи місцевого самоврядування",
						"style":{"size":[182,35]},
						"action":{"url":"/index.php?module=pages&act=page&pid=490"}
					}
				]
			}
		},
		{ 
			"text":"Законодавство",
			"type" : "bool",
			"action":{"url":"/index.php?module=pages&act=page&pid=503"}
                                                        
		},
		{ 
			"text":"Корисні ресурси",
			"action":{"url":"/index.php?module=pages&act=page&pid=469"}
		},
		{ 
			"text":"Контакти",
			"action":{"url":"/index.php?module=pages&act=page&pid=470"}
		}
	]
};