var MenuDef = {
	"type"	: "bar",
	"style"	: {
	        "css" : "navigation",
		"bgcolor":"white",
		"box"	: true,
		"size"	:[105,40],
		"itemoffset": { "y":0, "x":0 },
		"align":"left",
                "direction":"h",
		"color":"#666666"
               
                
		},
	"itemover": { "css" : "navigation",  "align":"left", 
                     "color":"	#999999"
                    },
	"position": { "absolute": false, "pos":[0,0] },
	
	"items" : [
	{ "text":"HOME" ,
			        "style": {   "align":"left", "size"	:[75,40]

                                 },
                  "action":{"url":"index.html"},
				  "defaction" : { "title" : "Go to home page" }
                },
	{ "text":"ABOUT US" ,
			        "style": {   "align":"left", "size"	:[100,40]

                                 },
                  "action":{"url":"aboutus.html"},
				  "defaction" : { "title" : "Go to about us" }
                },
	

	{ "text":"PRODUCTS" ,
		  "menu": {
		        "style": {   "css" : "navigation",   "border":{"color":"#8fa7a9", "width":1},"bgcolor":"white", "color":"#666666",
 "align":"left", "size"	:[180,20],"direction": "v" },
								 	"itemover": { "css" : "navigation",  "align":"left", "size"	:[180,20],
                   "color":"#999999" 
                    },
					"defaction" : { "title" : "Go to product links" },
                        "position" : {  "menuoffset" : {"x":"-110", "y":"41"}
                                     }, 
	        "items": [  
					
						   {"text":" - Exposure Anti-Aging Serum",
                  "action":{"url":"ma_exposureserum.html"}},
				  
				  		   {"text":" - Exposure Anti-Cellulite Cream",
                  "action":{"url":"exposureanticellulite.html"}},
				   {"text":" - Exposure Instant Glow",
                  "action":{"url":"exposureinstantglow.html"}},  
				      {"text":" - Exposure Eye Contour Cream",
					"action":{"url":"exposureeyecontour.html"}},
					   {"text":" - Exposure Aloe Vera Gel",
                  "action":{"url":"exposurealoevera.html"}},
				     {"text":" - Exposure Total Sunblock",
                  "action":{"url":"exposuretotalsunblock.html"}},
				    
				       {"text":" - Exposure Arnica Gel",
                  "action":{"url":"exposurearnicagel.html"}},
				  
				    {"text":" - Exposure Facial Exfoliation",
                  "action":{"url":"exposurefacialexfoliation.html"}},
				     {"text":" - Exposure Detox Mask",
                  "action":{"url":"exposuredetoxmask.html"}},
				     {"text":" - Exposure Antiox",
                  "action":{"url":"exposureantiox.html"}},
				  {"text":" - Exposure Glyco",
                  "action":{"url":"exposureglyco.html"}}
				    
                      
                           ]
                  }
                },   
  	{ "text":"NEWS" ,
			        "style": {   "align":"left", "size"	:[75,40]

                                 },
                  "action":{"url":"news.html"},
				  "defaction" : { "title" : "Go to news page" }
                },
		   	{ "text":"BUSINESS OPPORTUNITIES" ,
			        "style": {   "align":"left", "size"	:[190,40]

                                 },
                  "action":{"url":"businessopportunities.html"},
				  "defaction" : { "title" : "Go to business opportunities page" }
                },
				  	{ "text":"PRESS" ,
			        "style": {   "align":"left", "size"	:[85,40]

                                 },
                  "action":{"url":"press.html"},
				  "defaction" : { "title" : "Go to the press page" }
                },
				
				   	{ "text":"LINKS" ,
			        "style": {   "align":"left", "size"	:[75,40]

                                 },
                  "action":{"url":"links.html"},
				  "defaction" : { "title" : "Go to links page" }
                },
  
			
		 { "text":"CONTACT US" ,
		   "style": {   "align":"left", "size"	:[75,40] },
		 
							 
                           "action":{"url":"contact_us.html"},
						     "defaction" : { "title" : "Contact us" }
                }
		
           	]
};
