// Menu definition
var MenuDef = {
    type:"bar", 
    style:{
        css:"menu", 
        color:"white", 
        bgcolor:"#304D5F", 
        size:[150,21], 
        imgspace:5, 
        imgitem:{width:0, height:0}, 
        imgitemend:{width:0, height:0}, 
        imgdir:{width:0, height:0}, 
        imgendoff:{src:"img/chek_sm.gif", width:3, height:6}, 
        imgendon:{src:"img/chek_sm.gif", width:0, height:0}, 
        direction:"v", 
        box:false, 
        shadow:{color:"#CCCCCC", width:3}, 
        border:{
            color:"white"
        }
    }, 
    itemover:{
        bgcolor:"#91B712"
    }, 
    position:{
        pos:[400,420]
    },
    items: [ 
    {
        text:"Members", 
        menu:{
            items:[
            {
                text:"Fledged", 
                action:{
                    url:"http://www.egsae.org/Fledged_Members.html"
                }
            },
            {
                text:"Associated", 
                action:{
                    url:"http://www.egsae.org/associated_Members.html"
                }
            }
            ]
        }
    },
    {
        text:"Associations", 
        menu:{
            items:[
            {
                text:"BA", 
                action:{
                    url:"http://www.egsae.org/Association_BA.html"
                }
            },
            {
                text:"CSA", 
                action:{
                    url:"http://www.egsae.org/Association_CSA.html"
                }
            }
            ]
        }
    },
    {
        text:"Chambers",
         action:{
                    url:"http://www.egsae.org/chambers.html"
                }

    },
    {
        text:"Trade News", 
        action:{
            url:"http://www.egsae.org/Trade_news.htm"
        }
    },
    {
        text:"Business Figures", 
        action:{
            url:"http://www.egsae.org/Business_figures.htm"
        }
    },
    {
        text:"Quick Digest", 
        action:{
            url:"http://www.egsae.org/Quick_digest.htm"
        }
    }
    ]
};
