/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    textClass:[ "l0_out", "l0_over" ],
    // Edit to adjust width and height
    // of top level menu items size:[height, width]
    size:[ 25, 100 ],
    itemoff:[ 0, "+previousItem" ],
    leveloff:[ "+parentItem+0px", 0 ],
    itemFilters:"progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
};

var STYLE_1 = {
    levelFilters:[ "progid:DXImageTransform.Microsoft.Fade(duration=0.5) progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)", "progid:DXImageTransform.Microsoft.Fade(duration=0.5) progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)" ],
    itemFilters:null,
    backgroundClass:[ "l1_bg_other", "l1_bg_other" ],
    // borderWidth:[left, top, right, bottom]
    borderWidth:[ 1, 0, 1, 0 ],
    color:
    {
        border:"#F2EEEE"
    },
    textClass:[ "l1_out", "l1_over" ],
    // Edit to adjust width and height
    // of sub level menu items size:[height, width]
    size:[ 19, 100 ],
    itemoff:[ "+previousItem", 0 ],
    ifN0:{
        valign:"bottom",
        size:[ 19, 100 ],
        backgroundClass:[ "l1_bg_0", "l1_bg_0" ]
    },
    ifN1:{
        backgroundClass:[ "l1_bg_1", "l1_bg_1" ]
    },
    ifLast:{
        valign:"top",
        size:[ 19, 100 ],
        // borders:[left, top, right, bottom]
        borders:[ 1, 0, 1, 0 ]
    }
};

// b.gif is a required blank image. Do not remove.
var MENU_ITEMS = [
    {style:[ STYLE_0, STYLE_1 ], blankImage:"images/b.gif" },
    {code:"South Africa", url:"southafrica.html",
	sub:[
         {},
		 {code:"Introduction", url:"southafrica.html"},
		 {code:"Explore SA", url:"southafrica-westerncape.html"},
         {code:"South Africa Tours", url:"rsa-tours.html"}
        ]
    },
	
    {code:"Namibia", url:"namibia.html",
		sub:[
         {},
		 {code:"Introduction", url:"namibia.html"},
		 {code:"Explore Namibia", url:"namibia-map.html"},
         {code:"Namibia Tours", url:"namibia-tours.html"}
        ]
   },    
	
	{code:"Botswana", url:"botswana.html",
			sub:[
         {},
		 {code:"Introduction", url:"botswana.html"},
		 {code:"Explore Botswana", url:"botswana-map.html"},
         {code:"Botswana Tours", url:"botswana-tours.html"}
        ]
   },
	
	{code:"Zambia", url:"zambia.html",
				sub:[
         {},
		 {code:"Introduction", url:"zambia.html"},
		 {code:"Explore Zambia", url:"zambia-map.html"},
         {code:"Zambia Tours", url:"zambia-tours.html"}
        ]
   },
	
	    {code:"Interactive Map", url:"#",
        sub:[
            {},
            {code:"Botswana", url:"botswana-map.html"},
            {code:"Namibia", url:"namibia-map.html"},
            {code:"South Africa", url:"southafrica-westerncape.html"},
			{code:"Zambia", url:"zambia-map.html"}
        ]
    },

{code:"Gallery", url:"gallery.html"},

	 {code:"About Us", url:"about.html"},
		
    {code:"Contact Us", url:"contact.html"},
	
	{code:"Home", url:"index.html"},

];

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