/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    textStyle:[ "background: top center no-repeat url(images/menu_bg_out.gif); color: #1C3E68; font: bold 12px/39px Arial, sans-serif; text-align: center;", "background: top center no-repeat url(images/menu_bg_over2.gif); color: #939393; font: bold 12px/39px Arial, sans-serif; text-align: center;" ],
    size:[ 39, 107 ],
    itemoff:[ 0, "+previousItem+21px" ],
    leveloff:[ "+parentItem", 22 ]
};

var STYLE_1 =
{
    borderWidth:[ 0, 1, 0, 1 ],
    borderColor:"#000",
    backgroundColor:[ "white", "#CED7E3" ],
    textStyle:[ "color: #000; font: bold 9pt Arial, sans-serif; text-align: center;", "color: #000; font: bold 9pt Arial, sans-serif; text-align: center;" ],
    size:[ 34, 140 ],
    itemoff:[ "+previousItem-1px", 0 ],
    leveloff:[ 30, 0 ],
    levelFilters:"progid:DXImageTransform.Microsoft.Fade(duration=0.3)",
    itemFilters:"progid:DXImageTransform.Microsoft.Fade(duration=0.2)",
    ifFirst:
    {
        size:[ 33, 140 ],
        borderWidth:[ 0, 0, 0, 0 ]
    }
};

var MENU_ITEMS = [
    {style:[ STYLE_0, STYLE_1 ], blankImage:"images/b.gif" },
    {code:"SERVICES", url:"services.html"  },
    {code:"SOLUTIONS", url:"solutions.html",
        sub:[
            {},
            {code:"Operations Scheduling", url:"intercall.html" },
            {code:"Mobile Applications", url:"denver.html"},
            {code:"Data Collection", url:"aha.html"},
            {code:"E-Marketplace", url:"aerospan.html"}
        ]
    },
    {code:"COMPANY", url:"company.html",
        sub:[
            {},
            {code:"Who We Are", url:"company.html"},
            {code:"Principal Consultants", url:"team.html"},
            {code:"Careers", url:"careers.html"}
        ]
    },
    {code:"CONTACT", url:"contact.html" },
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
