/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:1,
    borderColor:"#618ace",
    backgroundColor:[ "#618ace", "#618ace" ],
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
    size:[ 24, 70 ],
    /*1{*/itemoff:[ 0, '+previousItem-1px' ]/*1}*/,
    /*2{*/leveloff:[ '+parentItem-1px', 0 ]/*2}*/
};

var STYLE_1 =
{
    /*3{*/itemoff:[ '+previousItem-1px', 0 ]/*3}*/
};

var STYLE_2 =
{
    /*4{*/leveloff:[ 0, '+parentItem-1px' ]/*4}*/
};



var MENU_ITEMS = [
    {pos:'relative', /*5{*/style:[ STYLE_0, STYLE_1, STYLE_2 ]/*5}*/, blankImage:'images/b.gif'},
    {code:"HOME", 
        /*1{*/url:"index.html"/*1}*/
    },
    {code:"ABOUT",
        sub:[
		{},
  
            {code:"Company", /*1{*/url:"company.html"/*1}*/
               
            },
            {code:"Personnel",/*1{*/url:"personnel.html"/*1}*/
                
            },
            {code:"News",/*1{*/url:"news.html"/*1}*/
                
            },
        ]
    },
    {code:"SERVICES", 
        /*1{*/url:"services.html"/*1}*/
    },
    {code:"PROJECTS",
       /*1{*/url:"projects.html"/*1}*/
    },
    {code:"CONTACT",
        /*1{*/url:"contact.html"/*1}*/
    }
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();

