/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){

	offcolor="#336699";
	offbgcolor="#CCDDEE";
	oncolor="#FFFFFF";
	onbgcolor="#6699CC"; 

	bordercolor="#336699";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";
	separatorsize="1";
	padding="3 20 4 5";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="menu/arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}


with(milonic=new menuname("focusmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Democratic Governance;url=http://www.ke.undp.org/democraticgovernance.htm;");
	aI("text=Poverty Reduction;url=http://www.ke.undp.org/povertyreduction.htm;");
	aI("text=Crisis Prevention and Recovery;url=http://www.ke.undp.org/crisispreventionandrecovery.htm;");
	aI("text=Energy and Environment;url=http://www.ke.undp.org/energyandenvironment.htm;");
	aI("text=Outreach and Advocacy;url=http://www.ke.undp.org/outreach.htm;");
        aI("text=Partners in Kenya;url=http://www.ke.undp.org/partners.htm;");
}

with(milonic=new menuname("kenyamenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Staff List;url=http://www.ke.undp.org/enquiriesandcomments.htm;");
	aI("text=Programme Managers;url=http://www.ke.undp.org/directory.htm;");
	aI("text=Human Resources;url=http://www.ke.undp.org/generalservices.htm;");
	aI("text=Jobs and Internship;url=http://www.ke.undp.org/jobsandconsultancy.htm;");
	aI("text=Procurement;url=http://www.ke.undp.org/procurement.htm;");
	aI("text=Consultants Roster;url=http://call.echo-systems.net;");
	aI("text=Finance;url=http://www.ke.undp.org/finance.htm;");
	aI("text=Legal Frameworks;url=http://www.ke.undp.org/legalframeworks.htm;");
}

with(milonic=new menuname("mdgmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Millennium Development Goals;url=http://www.ke.undp.org/mdgsinkenya.htm;");
	aI("text=Africa 2015;url=http://www.ke.undp.org/africa2015.htm;");
	aI("text=Millennium Project;url=http://www.ke.undp.org/undpmillenniumprojectupdate.htm;");
	aI("text=STAND UP ;url=http://www.ke.undp.org/standupkenya.htm;");
	}

with(milonic=new menuname("mediamenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Communications;url=http://www.ke.undp.org/ica.htm;");
	aI("text=Publications;url=http://www.ke.undp.org/corporatepublications.htm;");
	aI("text=Press Releases;url=http://www.ke.undp.org/mediaadvisories.htm;");

with(milonic=new menuname("About the UN in Kenya")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UN Country Team in Kenya;url=http://www.ke.undp.org/UNin%20KenyaCountryTeam.htm;");
	aI("text=UN in Kenya;url=http://www.un-kenya.org/;");
	aI("text=UN Information Centre in Nairobi;url=http://www.unicnairobi.org/unagencies.asp ;");
	
}

drawMenus();
