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="#ffffff";
oncolor="#003875";
rawcss="padding-top:0px;padding-bottom:0px";
separatorcolor="#00937e";
separatorheight=10;
separatorsize=4;
}

with(submenuStyle=new mm_style()){
bordercolor="#003875";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
offcolor="#ffffff";
oncolor="#993300";
padding=5;
menubgcolor="#00937e";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=20;
//itemwidth=136;
left=60;
orientation="horizontal";
style=menuStyle;
top=72;
toppadding:5;

aI("align=left;text=Home |;url=/marine-education/index.html");
aI("align=left;text=SeaTrek Educational Programs |;showmenu=Programs;url=/marine-education/programs/");
aI("align=left;text=Volunteer |;url=/marine-education/opportunities.html");
aI("align=left;text=Resources and Links |;url=/marine-education/resources");
aI("align=left;text=What's New |;url=/marine-education/whatsnew.html");
aI("align=left;text=Docent Page |;url=/marine-education/docents/");
aI("align=left;text=Docent Doings |;url=/marine-education/docentdoings.html");
}


with(milonic=new menuname("Programs")){
//itemheight=25;
itemwidth=210;
style=submenuStyle;
aI("text=SeaTrek Presentations &raquo;;showmenu=SeaTrek;url=/marine-education/programs/seatrek.html;");
aI("text=Day of the Coast ;url=#;");
aI("text=Sea Chantey Performances;url=#;");
aI("text=Marine Lab Tours;url=#;");
aI("text=Boat Based Lab Programs;url=#;");
aI("text=UNH Isles of Shoals Discovery Cruises;url=/marine-education/programs/isles-of-shoals.html;");
aI("text=UNH Great Bay Discovery Cruises;url=/marine-education/programs/great-bay.html;");
aI("text=Family Boat Building;url=/marine-education/programs/boatbuilding.html;");
}

	with(milonic=new menuname("SeaTrek")){
	//itemheight=25;
	itemwidth=210;
	style=submenuStyle;
	aI("text=Aquaculture;url=/marine-education/programs/seatrek_aquaculture.html;");
	aI("text=Global Climate Change;url=/marine-education/programs/seatrek_climate-change.html;");
	aI("text=Isles of Shoals;url=/marine-education/programs/seatrek_shoals.html;");
	aI("text=What's So Great About Great Bay;url=/marine-education/programs/seatrek_great-bay.html;");
	aI("text=Lobsters;url=/marine-education/programs/seatrek_lobsters.html;");
	aI("text=Marine Mammals;url=/marine-education/programs/seatrek_marine.html;");
	aI("text=Rocky Shore;url=/marine-education/programs/seatrek_rocky.html;");
	aI("text=Sandy Beach;url=/marine-education/programs/seatrek_sandy.html;");
	aI("text=Salt Marsh;url=/marine-education/programs/seatrek_saltmarsh.html;");
	aI("text=Who Lives Here;url=/marine-education/programs/seatrek_who.html;");
	aI("text=Plate Tectonics;url=/marine-education/programs/seatrek_platetectonics.html;");
	}

drawMenus();

