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()){
oncolor="#990000";
offcolor="#666666";
}

with(SubNavStyle=new mm_style()){
offclass="SubHomeNav";
onclass="SubHomeNavON";
//oncolor="#10326c";
//offcolor="#666666";
fontsize="11px";
fontfamily="Arial, Helvetica, sans-serif;";
padding=8;
separatorcolor="#D2BC8E";
separatorheight=6;
separatorwidth=10;
separatorpadding=8;
separatorsize=1;
}


with(milonic=new menuname("About")){
screenposition="center";
left="offset=-14";
orientation="horizontal";
style=SubNavStyle;
aI("text=management team;url=aboutus.html#manage;");
aI("showmenu=Employ;text=careers;url=employment.htm;");
aI("text=contact info;url=contact.html;");
//aI("text=history;url=#;");
//aI("text=company mission statement;url=#;");

}

with(milonic=new menuname("Employ")){
orientation="horizontal";
screenposition="center";
top="offset=158";
left="offset=-30";
style=SubNavStyle;
aI("text=Technologist;url=employment.htm#tech;");
aI("text=MD;url=employment.htm#md;");
aI("text=Staff positions;url=employment.htm#staff;");
}

with(milonic=new menuname("How")){
orientation="horizontal";
screenposition="center";
left="offset=-124";
style=SubNavStyle;
aI("text=services;url=services.htm;");
aI("text=quality;url=quality.htm;");
aI("text=convenience;url=convenience.htm;");
aI("text=profitability;url=profitability.htm;");
}

with(milonic=new menuname("Service")){
orientation="horizontal";
screenposition="center";
left="offset=48";
style=SubNavStyle;
//aI("text=report request;url=#;");
aI("text=scheduling request;url=request.html;");
aI("text=customer service issue;url=issue.html;");
}



drawMenus();
