var MenuDef = {
	"type"	: "bar",
	"style"	: {
	        "css" : "menutext",
		"bgcolor":"white",
		"box"	: true,
		"size"	:[110,20],
		"itemoffset": { "y":0, "x":0 },
		"align":"left",
                "direction":"v",
		"color":"#333333",
                "shadow":{"color":"#a4c3cf", "width":1},
                "border":{"color":"white", "width":1},
                "imgendon":{"src":"img/arr_down2.gif", "width":16,"height":16},	
                "imgendoff":{"src":"img/arr_right2.gif", "width":16,"height":16}
		},
	"itemover": { "css" : "menutext",  "align":"left", 
                      "color":"#cc0000"
                    },
	"position": { "absolute": false, "pos":[0,0] },
	
	"items" : [
				{ "text":"Home" ,
                  "action":{"url":"http://www.scotairways.co.uk/index.asp"}
                },
                { "text":"About Us",
                  "action":{"url":"http://www.scotairways.co.uk/aboutus.asp"}
                },
				{ "text":"Charter",
                  "action":{"url":"http://www.scotairways.co.uk/charter.asp"}
                },			
				{ "text":"Aircraft Fleet",
                  "action":{"url":"http://www.scotairways.co.uk/aircraft_fleet.asp"}
                },
				{ "text":"News/Corporate Info",
                  "action":{"url":"http://www.scotairways.co.uk/news_corporate_info.asp"}
                },
				{ "text":"Careers" ,
                  "action":{"url":"http://www.scotairways.co.uk/careers.asp"}
                },
				 { "text":"Contact Us" ,
                  "action":{"url":"http://www.scotairways.co.uk/contactus.asp"}
                }
		       	]
};