
var MenuDef = {
	"type"	: "bar",
	"style"	: {
	    "css" : "itemText",
		"bgcolor":"#F8FFD7",
		"box"	: true,
		"size"	:[120,20],
		"itemoffset": { "y":0 , "x":0 },
		"align":"center",
        "direction":"h",
		"color":"F7AE63",
        "shadow":{},
        "border":{"color":"#c7AE63", "width":1, "style":"groove"},
        //"imgendon":{"src":"img/arr_down2.gif", "width":16,"height":16},	
        //"imgendoff":{"src":"img/arr_right2.gif", "width":16,"height":16}
		"imgendon":0,	
        "imgendoff":0
	},
	"itemover": { 
		"css" : "crazyText", 
		"bgcolor":"#F7AE63", 
		"align":"center",  
		"border":{"color":"#c7AE63", "width":1, "style":"groove"},
        "color":"black"
     },
	 "separator": { "style": { "bgcolor":"#000000", 
                    			"size" :[5,5], 
								"imgitem":"" 
							} 
	},
	"position": { "absolute": true, "pos":[0,97] },
	"defaction" : { "title" : "GymboRebel" },
	"items" : [
		{ "text":"Community" ,
		  		"menu": {
		        	"style": {                                 
                	    "direction": "h","align":"center"
                	 },
                	 "position" : {
                	    "menuoffset" : {"x":"-75", "y":"21"}
                	 }, 
		  			"items"	: [    
		  				{"text": "Public Forum", "action" : {"url":"/public/default.asp","target":"main","title":"Discuss Gymboree Childrens clothing, Gap and other clothing lines, as well as pregancy, child raising, or any other issues you want to talk about (even those darned dads)"} },
		  				
		  			]
				}
		},
		{ "text":"Activities" ,
				"menu": {
		        	"style": {                                 
                	    "direction": "h","align":"center"
                	 },
                	 "position" : {
                	    "menuoffset" : {"x":"-75", "y":"21"}
                	 }, 
		  			"items"	: [    
		  				{"text": "Scrapbooking"},
		  				{"text": "Online Games"}
		  			]
				}
		},
		{ "text":"News / Events" ,
				"action" : {"url":"news.asp","target":"main","title":"Stay up on the Latest"}
		},
		{ "text":"Links" ,
				"action" : {"text":"links"}
		},
		{ "text":"Contact" ,
				"action" : {"text":"contact"}
		},
		{ "text":"GR Plus" ,
				"menu": {
		        	"style": {                                 
                	    "direction": "h","align":"center"
                	 },
                	 "position" : {
                	    "menuoffset" : {"x":"-75", "y":"21"}
                	 }, 
		  			"items"	: [    
		  				{"text": "GR+ Forum", "action" : {"url":"/public/default.asp","target":"main","title":"GR+ Forum"} },
		  				{"text": "GR+ Chat",  "action" : {"url":"/ZBitChat/chat/default.asp","target":"blank","title":"Live Chat!"}},
						{"text": "GR+ BST", "action" : {"url":"/public/default.asp","target":"main","title":"GR+ Buy/Sell/Trade"}}
		  			]
				}
		},
				
    ]
};