var MenuDef = {
	"type"	: "bar",
	"style"	: {
	    "css" : "menu",		
		"box"	: false,
		"size"	:[104,22],
		"color" : "#FFFFFF",
		// "bgcolor":mainbgcoloroff,
  		"bgimg" : "/menu/img/menu_b.jpg",
        "direction":"h",		
		"border":{"color":"#333333", "width":0},
        "imgendon":{"src":"/menu/img/chek_sm.gif", "width":3,"height":6},
        "imgendoff":{"src":"/menu/img/chek_sm.gif", "width":3,"height":6},
        "imgspace": 5,
		"align": "left",
        //"shadow": {"color":"#cccccc", "width":1},
		"opacity":85,
		"z" : ""	
	},
	"itemover": { "bgimg":"/menu/img/menu_b0.jpg"},
	"position": { "absolute": false, "pos":[-1,0] },
                  
	"items" : [                
		{ "text":"Home" ,"action":{"url":"/","target":"_parent"}
		},
		{ "text":"About Us" , "action":{"url":"/aboutus.asp","target":"_parent"},
		  "menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: {	"direction":"v" },

		  	"items"	: [
			  		{"text": "About Us" , "action":{"url":"/aboutus.asp","target":"_parent"}
                        	        },
					
					{"text": "Sign up" , "action":{"url":"/portal/register.asp","target":"_parent"}
                        	        },
			  		{"text": "Feedback" , "action":{"url":"/feedback.asp","target":"_parent"}
                        	        }
                                  ]
                   }  
		},
		
		
		{ "text":"Events",
		 "style":{"size":[127,22]},
		  "menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: {"size":[112,22],"direction":"v" },

		  	"items"	: [
			  		{"text": "Events" , "action":{"url":"/calendar","target":"_parent"}
                        	        },
					{"text": "RSS Content Feed" , "action":{"url":"/xml/Site_RSS_Feeds.asp","target":"_parent"}
                        	        },
			  		{"text": "Event Feed" , "action":{"url":"/portal/cfeed.asp","target":"_parent"}
                        	        }
                                  ]
                   }  
		},
		
		{ "text":"Multimedia" , "action":{"url":"/media","target":"_parent"}
		},
		
		{ "text":"Directory" , "action":{"url":"/classfied/adcategory.asp","target":"_parent"}
		},
		
		{ "text":"Forums" , "action":{"url":"/portal/msgforums.asp","target":"_parent"}
		},
		
		{ "text":"Archive",
		  "style"	: {	"size"	:[130,22]},	
		  "menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: { "direction":"v"},

		  	"items"	: [
			  		{"text": "E-Newsletter Archive" , "action":{"url":"/newsletter/letterarchive.asp","target":"_parent"}
                        	        }
			  		
                                  ]
                   }  
		}
           	]
};
