/* COOLjsMenu style + structure file */
var STYLE_100 = 
{
  backgroundStyle:[ "background: white left bottom repeat-x url('images/btn_100.jpg');", "background: white left bottom repeat-x url(images/btn_100.jpg);" ],
  size:[ 18, 100 ]
};

var STYLE_125 = 
{
  backgroundStyle:[ "background: white left bottom repeat-x url('images/btn_125.jpg');", "background: white left bottom repeat-x url(images/btn_125.jpg);" ],
  size:[ 18, 125 ]
};

var STYLE_150 = 
{
  backgroundStyle:[ "background: white left bottom repeat-x url('images/btn_150.jpg');", "background: white left bottom repeat-x url(images/btn_150.jpg);" ],
  size:[ 18, 150 ]
};

var STYLE_0 =
{
    textStyle:[ "color: #FFFFFF; font: 8pt Verdana, sans-serif; text-align: center; padding: 0px;", "color: #660000; font: 8pt Verdana, sans-serif; text-align: center; padding: 0px;" ],
    size:[ 18, "+maxItem" ],
    itemoff:[ 0, "+previousItem" ],
    leveloff:[ "+parentItem+1px", 0 ],
    imgsize:[ 18, 15 ]
};

/*
var STYLE_0 =
{
    backgroundStyle:[ "background: white left bottom repeat-x url(btn_100.jpg);", "background: white left bottom repeat-x url(btn_100.jpg);" ],
    textStyle:[ "color: #FFFFFF; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;", "color: #660000; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;" ],
    size:[ 18, "+maxItem" ],
    itemoff:[ 0, "+previousItem" ],
    leveloff:[ "+parentItem+1px", 0 ],
    imgsize:[ 18, 15 ],
    image:[ "btn_top_left.jpg", "btn_top_left.jpg" ]
};
*/

var STYLE_1 =
{
    backgroundStyle:[ "background: #F8F7F7 left bottom no-repeat url(l1_bg_other.gif);", "background: #F8F7F7 left bottom no-repeat url(l1_bg_other.gif);" ],
    textStyle:[ "color: #000000; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;", "color: #660000; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;" ],
    textClass:[ "l1_out", "l1_over" ],
    itemoff:[ "+previousItem", 0 ],
	size:[ 18, 150 ]
};

var STYLE_200 =
{
    backgroundStyle:[ "background: #F8F7F7 left bottom no-repeat url(l1_bg_other.gif);", "background: #F8F7F7 left bottom no-repeat url(l1_bg_other.gif);" ],
    textStyle:[ "color: #000000; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;", "color: #660000; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;" ],
    textClass:[ "l1_out", "l1_over" ],
    itemoff:[ "+previousItem", 0 ],
	size:[ 18, 200 ]
};

/*
var MENU_ITEMS = [
    {style:[ STYLE_0, STYLE_1 ], blankImage:"images/spacer.gif" },
    {code:"Parts",
	 style:[STYLE_100, STYLE_1 ],
        sub:[
            {},
            {code:"SubItem 1"},
            {code:"SubItem 2"},
            {code:"SubItem 3", sub:[{leveloff:[0,"+parentItem+1px"]},{code:"SubSubItem3"}]},
            {code:"SubItem 4"},
            {code:"SubItem 5"}
        ]
    },
    {code:"Workshop", url:"#",
	 style:[STYLE_100, STYLE_1 ]
    },
    {code:"Contact",
	 style:[STYLE_100, STYLE_1 ]
    },
    {code:"R32 Drag Car",
	 style:[STYLE_125, STYLE_1 ]
    },
    {code:"Events",
	 style:[STYLE_100, STYLE_1 ],
        sub:[
            {},
            {code:"SubItem 1"},
            {code:"SubItem 2"},
            {code:"SubItem 3"},
            {code:"SubItem 4"},
            {code:"SubItem 5"}
        ]
    },
    {code:"Customer Cars",
	 style:[STYLE_150, STYLE_1 ],
        sub:[
            {},
            CarsItems
            
//            {code:"SubItem 1",url:"something.php"},
//            {code:"SubItem 2"},
//            {code:"SubItem 3"},
//            {code:"SubItem 4"},
//            {code:"SubItem 5"}
            
        ]
    }
];

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


