/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:0,
    borderColor:"#12626B",
    backgroundColor:[ "#3B0101", "#3B0101" ],
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-1px', 0 ]
};

var STYLE_1 =
{
    itemoff:[ '+previousItem-1px', 0 ]
};

var STYLE_2 =
{
    leveloff:[ 0, '+parentItem-1px' ]
};

var STYLE_3 =
{
    borderWidth:1, borderColor:"#12626B",
	itemoff:[ '+previousItem-1px', 0 ]
};



var MENU_ITEMS = [
    {/*1{*/pos:'relative'/*1}*/, style:[ STYLE_0, STYLE_1, STYLE_2 ], blankImage:'images/b.gif'},
    {code:"HOME", size:[19, 48], "url":"index.html"},
    {code:"EVENTING", size:[19,68],
        sub:[
            {style:[STYLE_3]},
			{code:"2011 Spring One Day Horse Trial", size:[33,145], "url":"spursonedaytrial_11.html"},
			{code:"2010 Autumn Horse Trial", size:[33,145], "url":"aut_trial_10.html"},
            {code:"2009 Waerenga '1000'", size:[19,145], "url":"wae1000_09.html"},
			{code:"2009 November One Day Horse Trial", size:[33,145], "url":"oneday_trial.html"},
			{code:"2009 Spring Trial &amp; Dates", size:[33,145], "url":"springtrial.html"},
			{code:"2008 Waerenga '1000'", size:[19,145], "url":"wae1000_08.html"},
			{code:"Entry Forms", size:[19,145], "url":"entry_forms.html"},
			{code:"Draws", size:[19,145], "url":"draws.html"},
			{code:"Results", size:[19,145], "url":"results.html"},
        ]
    },
    {code:"FACILITIES", size:[19,78], "url":"facilities.html"},
    {code:"PONYCLUB", size:[19,75], "url":"ponyclub.html"},
    {code:"MINICURCUIT", size:[19,89], "url":"minicircuit.html"},
	{code:"WHAT'S ON", size:[19,78], "url":"whats_on.html"}
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();


