fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000066";
oncolor="#ffffff";
rawcss="padding-top:0px;padding-bottom:0px";
separatorcolor="#99cc66";
separatorheight=10;
separatorsize=4;
}

with(submenuStyle=new mm_style()){
bordercolor="#000066";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
offcolor="#000066";
oncolor="#666600";
padding=5;
menubgcolor="#99cc66";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=20;
left=190;
orientation="horizontal";
style=menuStyle;
top=80;
toppadding:5;
aI("text=Biodiversity Education |;showmenu=bei;url=/biodiv_ed/index.html");
aI("text=Climate Education |;showmenu=cei;url=/climate_ed/index.html");
aI("text=Culture &amp; Sustainability |;showmenu=cas;url=/culture_sust/index.html");
aI("text=Food &amp; Society |;showmenu=fas;url=/fas/index.html");
}


with(milonic=new menuname("bei")){
itemwidth=140;
style=submenuStyle;
aI("text=Vision &amp; Mission;url=/biodiv_ed/index.html;");
aI("text=Background;url=/biodiv_ed/background.html;");
aI("text=Current Projects;url=/biodiv_ed/projects.html;");
aI("text=Past Projects;url=/biodiv_ed/pastprojects.html;");
aI("text=Related Links;url=/links.html#BEILinks;");
}
  
with(milonic=new menuname("cei")){
itemwidth=140;
style=submenuStyle;
aI("text=Vision &amp; Mission;url=/climate_ed/index.html;");
aI("text=Background;url=/climate_ed/background.html;");
aI("text=Current Projects;url=/climate_ed/projects.html;");
aI("text=Past Projects;url=/climate_ed/pastprojects.html;");
aI("text=Related Links;url=/links.html#CEILinks;");
}
	
with(milonic=new menuname("cas")){
itemwidth=140;
style=submenuStyle;
aI("text=Vision &amp; Mission;url=/culture_sust/index.html;");
aI("text=Background;url=/culture_sust/background.html;");
aI("text=Current Projects;url=/culture_sust/projects.html;");
aI("text=Past Projects;url=/culture_sust/pastprojects.html;");
aI("text=Related Links;url=/links.html#CASLinks;");
}
			
with(milonic=new menuname("fas")){
itemwidth=140;
style=submenuStyle;
aI("text=Vision &amp; Mission;url=/fas/index.html;");
aI("text=Background;url=/fas/background.html;");
aI("text=Current Projects;url=/fas/projects.html;");
aI("text=Past Projects;url=/fas/pastprojects.html;");
aI("text=Related Links;url=/links.html#FASLinks;");
}

drawMenus();

