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=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="95%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#f7fa1b";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#bbbbbb', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#bbbbbb";
pagecolor="black";
separatorcolor="#bbbbbb";
separatorsize=1;
subimage="./include/milonic_menu/black_17x4.gif";
subimagepadding=3;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
menuwidth="100%";
aI("text=Home    ;url=home.html;");
aI("showmenu=sdi_learn_diving;text=Learn about Diving;");
aI("showmenu=sdi_join;text=Join SEI Diving;");
aI("showmenu=sdi_resources;text=Resources;");
aI("showmenu=sdi_about;text=About SEI Diving;");
aI("showmenu=sdi_shop;text=Shop For;");
aI("showmenu=sdi_news;text=News;");
aI("showmenu=sdi_contribute;text=Contribute;");
}


with(milonic=new menuname("sdi_learn_diving")){
style=menuStyle;
aI("text=Our Courses;url=courses.html;");
aI("text=FAQ;url=faq.html;");
aI("text=Find an Instructor&nbsp;;url=findinst.html;");
}


with(milonic=new menuname("sdi_join")){
style=menuStyle;
aI("text=Leadership Overview;url=dvr-inst.html;");
aI("text=Divemaster&nbsp;;url=divemaster.html;");
aI("text=Assistant Instructor&nbsp;;url=asst-inst.html;");
aI("text=Instructor&nbsp;;url=instructor.html;");
aI("text=Leadership crossover from another agency&nbsp;;url=crossover.html;");
}

with(milonic=new menuname("sdi_cards")){
style=menuStyle;
aI("text=Replacement Cards&nbsp;;url=lost.html;");
aI("text=Confirmation for Dive Operators&nbsp;;url=cmas.html;");
}

with(milonic=new menuname("sdi_resources")){
style=menuStyle;
aI("text=Leadership Prep Manual;url=./docs/Leadership Prep Manual 2008.pdf;");
aI("text=For SEI Diving Leadership;url=resources.html;");
}

with(milonic=new menuname("sdi_about")){
style=menuStyle;
aI("text=Philosophy;url=sei-philosophy.html;");
aI("text=Governing Structure;url=sei-structure.html;");
aI("text=By-Laws;url=sei-bylaws.html;");
aI("text=Board Members;url=sei-board.html;");
aI("text=Advisory Committee;url=sei-committee.html;");
aI("text=Our Staff;url=sei-staff.html;");
aI("text=Contact Us;url=contacts.html;");
}

with(milonic=new menuname("sdi_shop")){
style=menuStyle;
aI("text=SEI Diving Store;url=store.html;");
}

with(milonic=new menuname("sdi_news")){
style=menuStyle;
aI("text=January 2009;url=./docs/Currents_January2009.doc;");
aI("text=April 2009;url=./docs/Currents_April2009.pdf;");
aI("text=July 2009;url=./docs/Currents_July2009.pdf;");

}

with(milonic=new menuname("sdi_contribute")){
style=menuStyle;
aI("text=Images needed;url=images-we-need.html;");
aI("text=How to submit;url=submit-image.html;");
}

drawMenus();

