/* COOLjsMenu style + structure file */



var STYLE_0 =

{

    borderWidth:0,

    borderColor:"#0a5d7f",

    itemoff:[ 0, '+previousItem' ],

    leveloff:[ '+parentItem', 0 ]

};



var STYLE_BORDERS_1 =

{

    backgroundClass:[ "clsCMOn", "clsCMOver" ],

	itemoff:[ '+previousItem-1px', 0 ],

    leveloff:[ '+parentItem-1px', 0 ],

    borderWidth: 1,

	borderColor:"#0a5d7f",

	textClass:[ "clsCMOn", "clsCMOver" ]

};



var STYLE_1 =

{

    itemoff:[ '+previousItem-1px', 0 ]

};



var STYLE_2 =

{

    leveloff:[ 0, '+parentItem-1px' ]

};



var MENU_ITEMS = [

    {pos:'relative', style:[ STYLE_0, STYLE_1, STYLE_2 ], blankImage:'images/spacer.gif'},

   
   	{
	code:'<img src="images/menu/about.gif" />', ocode:'<img src="images/menu/about_on.gif" />', 
	size:[ 38, 116 ],
	
	sub:[

        {style:STYLE_BORDERS_1, size:[26,250]},

     	{code:"Overview", url:"overview.html"}, 
		{code:"Board and Executive Management", url:"management.html"},
        ]
	},

	{ 
	code:'<img src="images/menu/contract.gif" />', ocode:'<img src="images/menu/contract_on.gif" />',
	size:[ 38, 238 ],
	
		sub:[

        {style:STYLE_BORDERS_1, size:[26,238]},

     	{code:"Overview", url:"pro_overview.html"},
		{code:"Historical Projects", url:"pro_historical.html"},
		{code:"Current Projects ", url:"pro_current.html"},


        ]
		
    },

	
    {
	code:'<img src="images/menu/plant.gif" />', ocode:'<img src="images/menu/plant_on.gif" />', 
	size:[ 38, 124 ],
	
		sub:[

        {style:STYLE_BORDERS_1, size:[26,124]},

     	{code:"Overview", url:"equip_overview.html"},
		{code:"Mining Fleet", url:"thefleet.html"}


        ]

    },

	

    {code:'<img src="images/menu/labour.gif" />', ocode:'<img src="images/menu/labour_on.gif" />',
	size:[ 38, 135 ],
	
	sub:[

        {style:STYLE_BORDERS_1, size:[26,135]},

     	{code:"Overview", url:"cap_human.html"},
		{code:"Classifications", url:"cap2_human.html"}

        ]		
    },
	
	
	{code:'<img src="images/menu/mis.gif" />', ocode:'<img src="images/menu/mis_on.gif" />',
	size:[ 38, 237 ],
	
	sub:[

        {style:STYLE_BORDERS_1, size:[26,237]},

     	{code:"Overview", url:"cap_overview.html"},
		{code:"Large diameter drilling", url:"cap1.html"},
		{code:"Remote loader retrieval ", url:"cap2.html"},
		{code:"Shotcreting", url:"cap3.html"},
		{code:"Paste Filling", url:"cap4.html"},
		{code:"Scaffolding and Formwork", url:"cap5.html"}

        ]		
    },

];



var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);

menu1.initTop();

