var MenuDef = {
	"type"	: "bar",
	"style"	: {
	        "css" : "menu",		
		"box"	: false,
		"size"	:[110,25],
		"bgcolor":"#000099",
                "direction":"h",		
		"border":{},
                "imgendon":{"src":"scripts/images/arrow.gif", "width":5,"height":9},
                "imgendoff":{"src":"scripts/images/arrow.gif", "width":5,"height":9},
                "imgspace": 5,
		"align": "left",
                "shadow": {"color":"#6C7981", "width":3}
	},
	"itemover": { "bgcolor":"#6699FF" },
	"position": { "absolute": false, "pos":[0,10] },

	"items" : [
		{ "text":"Home",
                  "action" : {"url":"Default.asp","target":"","title":""}
		},
		{ "text":"About Us",
                  "action" : {"url":"AboutUs.htm","target":"","title":""}
		},
		{ "text":"Recipes",
		  "menu": {
                        "style" : {
					"direction" : "v"
                                     },

                        "position" : {
					"menuoffset" : {"x" : "-108", "y" : "26"}
                                     },
		  	"items"	: [
			  		{"text": "Appetizers",
                                         "action" : {"url":"Appetizers.htm","target":"","title":""}
                        	        },
			  		{"text": "Salads",
                                         "action" : {"url":"Salads.htm","target":"","title":""}
                        	        },
			  		{"text": "Soups",
                                         "action" : {"url":"Soups.htm","target":"","title":""}
                        	        },
			  		{"text": "Breads",
                                         "action" : {"url":"Breads.htm","target":"","title":""}
                        	        },
			  		{"text": "Entrées",
                                         "action" : {"url":"Entrees.htm","target":"","title":""}
                        	        },
			  		{"text": "Side Dishes",
                                         "action" : {"url":"SideDishes.htm","target":"","title":""}
                        	        },
			  		{"text": "Desserts",
                                         "action" : {"url":"Desserts.htm","target":"","title":""}
                        	        },
			  		{"text": "Beverages",
                                         "action" : {"url":"Beverages.htm","target":"","title":""}
                        	        }
                                  ]
                           }  
		},
		{ "text":"Store",
                  "action" : {"url":"Store.asp","target":"","title":""}
		},
		{ "text":"Cart",
		  "menu": {
                        "style" : {
					"direction" : "v"
                                     },

                        "position" : {
					"menuoffset" : {"x" : "-108", "y" : "26"}
                                     },
		  	"items"	: [
			  		{"text": "View Cart",
                                         "action" : {"url":"ViewCart.asp","target":"","title":""}
                        	        },
			  		{"text": "Check Out",
                                         "action" : {"url":"CheckOut.asp","target":"","title":""}
                        	        }
                                  ]
                           }  
		},
		{ "text":"Contact Us",
                  "action" : {"url":"ContactUs.asp","target":"","title":""}
		}
           	]
};
