_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // 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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="#3f3f3f";
oncolor="#ffd75b";
offbgcolor="#3f3f3f";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#7e7e7e";
separatorsize="1";
separatorheight="24";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffd75b";
pagebgcolor="#3f3f3f";
headercolor="#ffd75b";
headerbgcolor="#3f3f3f";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#3f3f3f";
oncolor="#ffd75b";
offbgcolor="#3f3f3f";
offcolor="#ffffff";
bordercolor="#7e7e7e";
borderstyle="solid";
borderwidth=1;
separatorcolor="#7e7e7e";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffd75b";
pagebgcolor="#3f3f3f";
headercolor="#ffd75b";
headerbgcolor="#3f3f3f";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("about")){
style=menuStyle;
top="offset=-1";
aI("text=Our Services;url=/s/OurServices.asp;status=Our Services;");
aI("text=Our Team;url=/s/OurTeam.asp;status=Our Team;");
aI("text=What's New;url=/s/WhatsNew.asp;status=What's New;");
aI("text=Jobs;url=/s/Jobs.asp;status=Jobs;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=Regulatory Submissions;url=/s/RegulatorySubmissions.asp;status=Regulatory Submissions;");
aI("text=Signature Projects;url=/s/SignatureProjects.asp;status=Signature Projects;");
aI("text=Selected Project Reports;url=/s/SelectedProjectReports.asp;status=Selected Project Reports;");
}

with(milonic=new menuname("clients")){
style=menuStyle;
top="offset=-1";
aI("text=Mining;url=/s/Mining.asp;status=Mining;");
aI("text=Energy;url=/s/Energy.asp;status=Energy;");
aI("text=Transportation;url=/s/Transportation.asp;status=Transportation;");
aI("text=Utilities;url=/s/Utilities.asp;status=Utilities;");
aI("text=Forestry;url=/s/Forestry.asp;status=Forestry;");
aI("text=Recreation;url=/s/Recreation.asp;status=Recreation;");
aI("text=Other Sectors;url=/s/OtherSectors.asp;status=Other Sectors;");
}

drawMenus();