fixMozillaZIndex=true;

_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=-1             // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";		//Background color on mouseover
oncolor="#cc0000";			//Text color of menu item on mouseover
offbgcolor="#F3F3F4";		//Background color of menu
offcolor="#09144F";			//Text color of menu items
bordercolor="";	
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=2;
fontsize="100%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";			//Sets the current page text color of the menu item
pagebgcolor="#f8991c";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/children/images/arrow.gif";
subimagepadding=4;
outfilter="randomdissolve(duration=0.3)";
}
with(SubmenuStyle=new mm_style()){
onbgcolor="#FFFFFF";		//Background color on mouseover
oncolor="#f8991c";			//Text color of menu item on mouseover
offbgcolor="#F3F3F4";		//Background color of menu
offcolor="#09144F";			//Text color of menu items
bordercolor="#cccccc";	
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=2;
fontsize="100%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";			//Sets the current page text color of the menu item
pagebgcolor="#f8991c";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="/images/arrow.gif";
//subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=3)";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=180;
left=10;
alwaysvisible=1;
orientation="vertical";
itemwidth="137";
followscroll=0;


/*-----------------first level -------*/

aI("url=index.htm;image=images/layout/top_nav.gif;title=Home");

aI("text=About;url=about.htm;showmenu=about;");
aI("text=Strategic Plan;url=splan.htm;");
aI("text=Evaluation;url=evaluation.htm;");
/*aI("text=Requests For Proposals;url=rfp.htm;");*/

aI("text=Meetings;url=meetings.htm;showmenu=meeting;");
aI("text=Funding Opportunities;url=funding.htm;showmenu=funding");
aI("text=Calendar;url=calendar.htm;");
aI("text=Resources for Providers;url=provider.htm;showmenu=providers");
aI("text=Resources for Parents/Recursos para los Padres;url=resources_parents.htm;showmenu=parents");

/*aI("text=Mini &amp; Matching Grants;url=grant.htm;");*/
/*aI("text=Mini-Concesiones Monetarias Oportunidades;url=mini_sp.htm;");*/

aI("text=Links;url=olinks.htm;status=Links;");

aI("image=images/layout/bottom_nav.gif;")
}


/*------------------------------------second level flyouts-----------------------------------------*/

/*-----------------second level flyouts for about us-------*/

with(milonic=new menuname("about")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Current Commissioners;url=commissioners.htm;");
/*aI("text=Commission Profiles;url=comm_profiles.htm;status=Commission Profiles;");
aI("text=How The Commission Works;url=comm_works.htm;showmenu=comm_works;status=How The Commission Works;");*/
}


/*------------------second level flyouts for meetings ---------------*/
with(milonic=new menuname("meeting")){
style=SubmenuStyle;
overflow="scroll";	
aI("text=Committees and Workgroups;url=committees.htm;");
aI("text=First 5 Sonoma County Collaborations;url=collaborations.htm;");
}

/*-----------------second level flyouts for funding opportunities-------*/

with(milonic=new menuname("funding")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Mini Grants/Mini-Concesiones Monetarias Oportunidades;url=grant.htm;");
aI("text=Matching Grants;url=matching_grants.htm;");
aI("text=Requests for Applications/Requests for Proposals;url=rfp.htm;");
}

/*-----------------second level flyouts for Resources for Providers-------*/

with(milonic=new menuname("providers")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Provider Education Incentives (Sonoma CARES);url=prov_edu_incent.htm;");
aI("text=TALLK: Teachers Acquiring Language Learning Knowledge;url=tallk.htm;");
aI("text=Behavior Consultation Project;url=behav_consult_proj.htm;");
aI("text=More Resources;url=more_resources.htm;");

}
with(milonic=new menuname("parents")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Kit for New Parents / Recursos para Nuevos Padres;url=kit_parents.htm;");
aI("text=Parents' Guide for Sonoma County 2009 / Gu&iacute;a de Padres para el condado de Sonoma 2009;url=parents_guide.htm;");
aI("text=Parent Newsletter/ Bolet&iacute;n para los Padres;url=parent_newsletter.htm;");
aI("text=Other Resources ;url=other_resources.htm;");

}



drawMenus();