var MenuDef = {
	"style" : {
	    "css" : "test1",
		"bgcolor":"#41414d",
		"box"	: false,
		"size"	:[127,27],
		"itemoffset": { "y":5, "x":0 },
		"align":"left",
        "direction":"h",
		"bgimg":"menubutton.gif",
		"color":"#ff9900"
       		//, "border":{"color":"#CCCCCC", "width":1}
	},
   	"itemover" : {},
	"position" : { "absolute": false, "pos":[0,0]},
	"separator": { "style": { "bgcolor":"#6d6d6d", "size" :[1,20] } },
	"defaction" : {},
	"items" : [
	    { "text":"Home",
		  "action":{"url":"/v2/"}
		},
	    { "text":"BRN",
		  //"action":{"url":"sub01.html"},
		  
		  "menu": {
		      "style": {
			            "css":"submenu",
                        "bgcolor":"#999999", "align":"middle", "color":"black",
						"size"   :[126,20],
                        "direction": "h",
						"bgimg":[]
                        }, 
						"itemover": { "css" : "submenu", "bgcolor":"#666666", "align":"middle", 
                                      "color":"#CCCCCC"
                                    },
                        "position" : {
                                      "menuoffset" : {"x":"-127", "y":"27"}
                                      },
		  	"items"	: [
			    {"type":"separator"},
		  		{"text": "About Us", "action" : {"url":"/v2/aboutus.html","target":"_self", "title":"About Us"}
				},
				{"type":"separator"},
				{"text": "Contact Us","action" : {"url":"/v2/contact.html","target":"_self","title":"Contact Us"}
				},
				{"type":"separator"}
			          ]
			       }
			  },
		{ "text":"Programs",
		  "action": {"url":"/v2/programs.html","target":"_self","title":"Programs"},
		  
		  "menu": {
		      "style": {
			            "css":"submenu",
                        "bgcolor":"#999999", "align":"middle", "color":"black",
						"size"   :[126,20],
                        "direction": "h",
						"bgimg":[]
                        }, 
						"itemover": { "css" : "submenu", "bgcolor":"#666666", "align":"middle", 
                                      "color":"#CCCCCC"
                                    },
                        "position" : {
                                      "menuoffset" : {"x":"-127", "y":"27"}
                                      },
		  	 "items"	: [
			    {"type":"separator"},
		  		{"text": "Overview",
				"action" : {"url":"/v2/programs.html","target":"_self"}
				},
				{"type":"separator"}
			          ]
			       }
		},
		{ "text":"Membership",
		  "action" : {"url":"/v2/membership.html","target":"_self"},
		  "menu": {
		      "style": {
			            "css":"submenu",
                        "bgcolor":"#999999", "align":"middle", "color":"black",
						"size"   :[126,20],
                        "direction": "h",
						"bgimg":[]
                        }, 
						"itemover": { "css" : "submenu", "bgcolor":"#666666", "align":"middle", 
                                      "color":"#CCCCCC"
                                    },
                        "position" : {
                                      "menuoffset" : {"x":"-127", "y":"27"}
                                      },
		  	 "items"	: [
			    {"type":"separator"},
		  		{"text": "Benefits",
				"action" : {"url":"/v2/membership.html","target":"_self"}
				},
				{"type":"separator"},
				{"text": "Join"},
				{"type":"separator"}
			          ]
			       }
		
		},
		
		{ "text":"<span style=\"font-size:9px; color:#fff;\">New!</span> Discussion <br>Boards","action" : {"url":"/forums/","target":"_self"}},
		{ "text":"Partners",
		"action" : {"url":"/v2/partners/","target":"_self"},
		
		"menu": {
		      "style": {
			            "css":"submenu",
                        "bgcolor":"#999999", "align":"middle", "color":"black",
						"size"   :[126,20],
                        "direction": "h",
						"bgimg":[]
                        }, 
						"itemover": { "css" : "submenu", "bgcolor":"#666666", "align":"middle", 
                                      "color":"#CCCCCC"
                                    },
                        "position" : {"menuoffset" : {"x":"-762", "y":"27"} },
		  	 "items"	: [
			    {"type":"separator"},
		  		{"text": "Overview",
				"action" : {"url":"/v2/partners/index.html","target":"_self"}
				},
				{"type":"separator"},
				{"text": "Platinum Partner"},
				{"type":"separator"},
				{"text":"Gold Partner"},
				{"type":"separator"},
				{"text":"Bronze Partner"},
				{"type":"separator"},
				{"text":"Corporate Member"},
				{"type":"separator"},
				{"text":"BRN Friends"}
			          ]
			       }
		
		}
	]
};
