var MenuLeft = {
    "type" : "bool",
    "style" : {
        "css" : "test2",
        "bgcolor":"#e0e0e0",
        "box"     : true,
        "size"    :[174,16],
        "itemoffset": { "y":1, "x":0 },
        "align":"right",
        "direction":"v",
        "color":"black",
        "opacity":100
    },
    "itemover": { "css" : "test2", "bgcolor":"#323090", "align":"right", "color":"white" },
    "separator": { "style": { "bgcolor":"#aaaacc", "size" :[174,1], "imgitem":"" } },
    "position": { "absolute": true, "pos":[28,175] },
    "items" : [
        {
            "text":"Technology" ,
            "action" : { "url" : "tech.html" }
        }, { "type":"separator"}, {
            "text":"Spectroscopy 101" ,
            "action" : { "url" : "tech-s101.html" }
        }, { "type":"separator"}, {
            "text":"Core Competencies" ,
            "action" : { "url" : "tech-core.html" }
        }, { "type":"separator"}, {
            "text":"Intellectual Property" ,
            "action" : { "url" : "tech-ip.html" }
        }
    ]
};
