var MenuDef = {
	"type"	: "bar",
	"style"	: {
	        "css" : "menu",		
		"box"	: false,
		"size"	:[160,21],
		"bgcolor":"#DDCC99",
                "direction":"v",		
		"border":{"color":"#ffffff", "width":1},
        "imgendon":{"src":"images/chek_sm.gif", "width":3,"height":6},
        "imgendoff":{"src":"images/chek_sm.gif", "width":3,"height":6},
        "imgspace": 5,
		"align": "left",
                "shadow": {"color":"#cccccc", "width":3}
	},
	"itemover": { "bgcolor":"#ffff66" },
	"position": { "absolute": false, "pos":[0,10] },

	"items" : [                
		{ "text":"Home",
		  "action" : {"url" : "index.php"}
		},
		{ "text":"Bio",
		  "menu": {
                        "position" : {
					"anchor": "ne",
					"anchor_side":"nw"
                                     },
		  	"items"	: [
			  		{"text": "Calamity Jean",
			  		"action" : {"url" : "groupBio.php"}
                        	        },
			  		{"text": "Jean Mason",
			  		"action" : {"url" : "jeanBio.php"}
                        	        },
			  		{"text": "John Mason",
			  		"action" : {"url" : "johnBio.php"}
                        	        }
                                  ]
                    }

		},
		{ "text":"Recordings",
				  "action" : {"url" : "records.php"}
		},
		{ "text":"Photos",
		  "menu": {
                        "position" : {
					"anchor": "ne",
					"anchor_side":"nw"
                                     },
		  	"items"	: [
			  		{"text": "Press/High Res",
			  		"action" : {"url" : "pressPhotos.php"}
                        	        },
			  		{"text": "For Fun",
			  		"action" : {"url" : "funPhotos.php"}
                        	        }
                                  ]
                           }  
		
		},
		{ "text":"Lyrics",
		  "menu": {
                        "position" : {
					"anchor": "ne",
					"anchor_side":"nw"
                                     },
		  	"items"	: [
			  		{"text": "Sweet Jesus",
			  			  "action" : {"url" : "jesus.php"}
                        	        },
			  		{"text": "Intervention",
					  "action" : {"url" : "intervention.php"}
                        	        },
			  		{"text": "More Like Wellstone",
					  "action" : {"url" : "wellstone.php"}
                        	        },
                     {"text": "Pyramids",
					  "action" : {"url" : "pyramids.php"}
                        	        },
			  		{"text": "Shady Side",
					  "action" : {"url" : "shady.php"}
                        	        }
                                  ]
                           }  
		
		},
		{ "text":"Contact",
		  "menu": {
                        "position" : {
					"anchor": "ne",
					"anchor_side":"nw"
                                     },
		  	"items"	: [
			  		{"text": "Info",
					  "action" : {"url" : "contact.php"}
                        	        },
			  		{"text": "Email Signup",
					  "action" : {"url" : "contactForm.php"}
                        	        },
			  		{"text": "Webmaster",
					  "action" : {"url" : "mailto:webmaster@calamityjean.net"}
                        	        }
                                  ]
                           } 
		},
		{ "text":"Links",
				  "action" : {"url" : "links.php"}
		}
		]
};
