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(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="georgia, times";
fontsize="18px";
offbgcolor="none";
offcolor="#000000";
onbgcolor="none";
oncolor="#f8931e";
padding=1;
pagecolor="#2a6aa7";
pagebgcolor="#FFFfff";
headercolor="#000000";
headerbgcolor="#ffffff";
separatorwidth="50"
separatorcolor="none"
}

with(ScrollingSampStyle1=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="georgia, times";
fontsize="14px";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#2a6aa7";
padding=5;
pagecolor="#2a6aa7";
pagebgcolor="#FFFfff";
headercolor="#000000";
headerbgcolor="#ffffff";
separatorwidth="20"
separatorcolor="none"
}



with(milonic=new menuname("services")){
overflow="scroll";
style=ScrollingSampStyle1;
aI("text=Pile Driving;url=pile_driving.shtml;");
aI("text=Stone Revetment;url=stone_revetment.shtml;");
aI("text=Living Shoreline;url=living_shoreline.shtml;");
aI("text=Bulk Heading;url=bulkheads.shtml;");
aI("text=Dredging;url=dredging.shtml;");
aI("text=Boat Lifts;url=boat_lifts.shtml;");
aI("text=Towing and Salvage;url=towing_salvage.shtml;");
aI("text=Other Services;url=services.shtml;");

}



drawMenus();


