var MenuDef = {
	"type"	: "bar",
	"style"	: {
	        "css" : "navigation",
		"bgcolor":"",
		"box"	: false,
		"size"	:[113,30],
		"itemoffset": { "y":0, "x":0 },
		"align":"left",
                "direction":"h",
	"color":"#999999" },
	"itemover": { "css" : "navigation",  "align":"left",  "color":"#cccccc" },
	"position": { "absolute": false, "pos":[0,-4] },
	 "separator": { "style": { "bgcolor":"#E6E6E6", "size" :[110,1] } },
	
	"items" : [
	{ "text":"BOTULINUM TOXIN" ,
			        "style": {   "align":"left", "size"	:[120,30]},
					"itemover": { "css" : "navigation",  "align":"left", "bgcolor":"white","color":"white"
					 },
                  "action":{"url":"../docs/botulinum_toxin.htm"},
				  "defaction" : { "title" : "Go to Botulinum Toxin" }
                },

		{ "text":"FILLERS" ,
		   "style": { "size":[60,30] },
		  "menu": {
	 	"style": {   "css" : "subnavigation","bgcolor":"white", "size":[70,20],"color":"#666666",
		"border":{"color":"#E6E6E6", "width":1},"direction": "v" },
		"itemover": { "css" : "subnavigation","size":[70,20],"color":"#cccccc","bgcolor":"white"},
		"defaction" : { "title" : "Go to Dermal Fillers" },
        "position" : {  "menuoffset" : {"x":"-60", "y":"30"}}, 
	        "items": [  
			
						   {"text":"  Restylane",
                  "action":{"url":"../docs/restylane.htm"}},
						   {"text":"  Succeev",
                  "action":{"url":"../docs/succeev.htm"}}
			
				    
                           ]
                  }
                }, 

	{ "text":"NON-SURGICAL" ,
			   "style": {   "align":"left", "size"	:[98,30] },
		  "menu": {
		      "style": {"css" : "subnavigation","bgcolor":"white", "size":[133,20],"color":"#666666",
		"border":{"color":"#E6E6E6", "width":1},"direction": "v" },
		"itemover": { "css" : "subnavigation","size":[133,20],"color":"#cccccc","bgcolor":"white"},
					"defaction" : { "title" : "Go to Non Surgical" },
                        "position" : {  "menuoffset" : {"x":"-100", "y":"30"}
                                     }, 
	        "items": [  
					   {"text":"  Nose Reshaping",
                  "action":{"url":"../docs/nose_reshaping.htm"}},
			     {"text":"  Obagi",
                  "action":{"url":"../docs/obagi.htm"}},
				  	   {"text":"  Medical Skin Needling",
                  "action":{"url":"../docs/Medical_Skin_Needling.htm"}},
				     {"text":"  Hyperhidrosis",
				                    "action":{"url":"../docs/hyperhidrosis.htm"}}
				 ]}}, 
				 
				 
				 
				 { "text":"MEDICAL DIET" ,
		   "style": {   "align":"left", "size"	:[92,30] },
		  "action":{"url":"http://www.medicalaestheticsuk.com/docs/medical_diet.htm"},
						     "defaction" : { "title" : "go to medical diet" }
                },
				 
			{ "text":"MA SKIN CARE" ,
				   "style": {   "align":"left", "size"	:[92,30] },
		  "menu": {
		      "style": {"css" : "subnavigation","bgcolor":"white", "size":[160,20],"color":"#666666",
		"border":{"color":"#E6E6E6", "width":1},"direction": "v" },
		"itemover": { "css" : "subnavigation","size":[160,20],"color":"#cccccc","bgcolor":"white"},
					"defaction" : { "title" : "Go to MA Skin Care" },
                        "position" : {  "menuoffset" : {"x":"-100", "y":"30"}
                                     }, 
	        "items": [  
				 {"text":"  ExposureŽ Doctors Facial",
                  "action":{"url":"../docs/exposure_doctors_facial.htm"}},
				  	   {"text":"  MA Skin Care",
                    "action":{"url":"http://www.maskincare.com/", "target":"_blank"}}
			 ]}}, 
				
		
						
	
					 { "text":"SCLEROTHERAPY" ,
		   "style": {   "align":"left", "size"	:[114,30] },
		 
							 
                           "action":{"url":"../docs/sclerotherapy.htm"},
						     "defaction" : { "title" : "Go to Sclerotherapy" }
                },
		  
  	{ "text":"PLASTIC SURGERY" ,
			        "style": {   "align":"left", "size"	:[115,30] },
                  "action":{"url":"../docs/plastic_surgery.htm"},
				  "defaction" : { "title" : "Go to Plastic Surgery" }
                },
		   
	
			
		 { "text":"MA AT HARRODS" ,
		   "style": {   "align":"left", "size"	:[100,30] },
		 
							 
                           "action":{"url":"../docs/harrods.htm"},
						     "defaction" : { "title" : "go to Harrods page" }
                }
		
           	]
};

