//menu items
var MENU_ITEMS = [
  {pos:[30, 0], size:[25, 100], itemoff:[0, 99], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[0,0,1,0],shadow:0, color:{border:"#666666", shadow:"#", bgON:"#DED8CC", bgOVER:"#DED8CC", imagebg:"", oimagebg:""}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
     
      {code:"About Us", url:"aboutus_mission_vision.html",format: {size:[18,83], itemoff: [0,100]} ,
      sub:[
      {size:[25, 145], itemoff:[24, 0], leveloff:[24, 3], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#efe0f9", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCVOn', OVER:'clsCVOver'}}}, 
        {code:"Mission and Vision", url:"aboutus_mission_vision.html"},
        {code:"What We Do", url:"aboutus_what_we_do.html"},
		{code:"WGC Team", url:"aboutus_wgc_team.html"},
		{code:"Board of Directors", url:"aboutus_board_of_directors.html"},
		{code:"Partners", url:"aboutus_partners.html"},
		{code:"Accountability", url:"aboutus_accountability.html"}
		
      ]},
    {code:"Contact Us", url:"contactus.html", format: {size:[18,98], itemoff: [0,83]} },
      
    {code:"Site Map" , url:"sitemap.html", format:{size:[18,85], itemoff:[0,98], style:{border:1, borders:[0,0,0,0],shadow:0, color:{border:"#666666", shadow:"#", bgON:"#DED8CC", bgOVER:"#DED8CC", imagebg:"", oimagebg:""}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}
	
	
	
	}    }
    
];


