var MenuDef = {
    "type" : "bar",
    "style" : {
        "css" : "test2",
        "bgcolor":"#5f7db3",
        "box"     : true,
        "size"    :[125,18],
        "itemoffset": { "y":0, "x":0 },
        "align":"left",
        "direction":"h",
        "color":"white",
        "border":{"color":"#000000", "width":1},
        "opacity":0
    },
    "itemover": { "css" : "test2", "bgcolor":"#323090", "align":"left", "color":"white" },
    "separator": { "style": { "bgcolor":"#aaaacc", "size" :[1,17], "imgitem":"" } },
    "position": { "absolute": true, "pos":[26,0] },
    "items" : [
        {
            "text":"Home" ,
            "menu": {
                "style": { "direction": "v", "opacity": 100 },
                "position" : { "menuoffset" : {"x":"-100", "y":"17"} },
                "items" : [
                    { "text": "Intro", "action" : { "url" : "index-int.html" } },
                    { "text": "Home", "action" : { "url" : "index.html" } },
                    { "text": "Products", "action" : { "url" : "prod.html" } },
                    { "text": "Technology", "action" : { "url" : "tech.html" } },
                    { "text": "Company", "action" : { "url" : "comp.html" } },
                    { "text": "Contact", "action" : { "url" : "cont.html" } }
                ]
            },
            "action" : { "url" : "index.html" }
        }, { "type":"separator"}, {
            "text":"Products" ,
            "menu": {
                "style": { "direction": "v", "opacity": 100, "size": [174,18], "align": "left"},
                "position" : { "menuoffset" : {"x":"-100", "y":"17"} },
                "items" : [
                    { "text": "Products", "action" : { "url" : "prod.html" } },
		    { "text": "Critical Care", "action" : { "url" : "prod-ccm.html" } },
                    { "text": "Noninvasive Glucose", "action" : { "url" : "prod-glu.html" } },
		    { "text": "Bioreactor Monitoring", "action" : { "url" : "prod-bio.html" } },
                    { "text": "Custom Applications", "action" : { "url" : "prod-par.html" } },
		    { "text": "VeraLight", "action" : { "url" : "http://www.veralight.com/" } },
                    { "text": "TruTouch Technologies", "action" : { "url" : "http://www.trutouchtechnologies.com/" } },
                    { "text": "Lumidigm", "action" : { "url" : "http://www.lumidigm.com/" } }
                ]
            },
            "action" : { "url" : "prod.html" }
        }, { "type":"separator"}, {
            "text":"Technology" ,
            "menu": {
                "style": { "direction": "v", "opacity": 100, "size": [150,18] },
                "position" : { "menuoffset" : {"x":"-100", "y":"17"} },
                "items" : [
                    { "text": "Technology", "action" : { "url" : "tech.html" } },
                    { "text": "Spectroscopy 101", "action" : { "url" : "tech-s101.html" } },
                    { "text": "Competencies", "action" : { "url" : "tech-core.html" } },
                    { "text": "Intellectual Property", "action" : { "url" : "tech-ip.html" } }
                ]
            },
            "action" : { "url" : "tech.html" }
        }, { "type":"separator"}, {
            "text":"Company" ,
            "menu": {
                "style": { "direction": "v", "opacity": 100 },
                "position" : { "menuoffset" : {"x":"-100", "y":"17"} },
                "items" : [
                    { "text": "Company", "action" : { "url" : "comp.html" } },
                    { "text": "History", "action" : { "url" : "comp-hist.html" } },
                    { "text": "Mission", "action" : { "url" : "comp-miss.html" } },
                    { "text": "Board", "action" : { "url" : "comp-bods.html" } },
                    { "text": "News", "action" : { "url" : "comp-news.html" } },
                    { "text": "Careers", "action" : { "url" : "comp-jobs.html" } },
                    { "text": "eBrochure", "action" : { "url" : "wdocs/ebrochure/index.html", "target" : "_blank" } }
                ]
            },
            "action" : { "url" : "comp.html" }
        }, { "type":"separator"}, {
            "text":"Contact" ,
            "menu": {
                "style": { "direction": "v", "opacity": 100 },
                "position" : { "menuoffset" : {"x":"-100", "y":"17"} },
                "items" : [
                    { "text": "Contact", "action" : { "url" : "cont.html" } },
                    { "text": "Directions", "action" : { "url" : "cont-dir.html" } }
                ]
            },
            "action" : { "url" : "cont.html" }
        }
    ]
};
