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(XPMainStyle=new mm_style()){
styleid=1;
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ECE9D8";
offcolor="#000000";
onbgcolor="#C1D2EE";
onborder="";
oncolor="#000000";
padding=5;
}

with(XPMenuStyle=new mm_style()){
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="80%";
fontstyle="normal";
fontweight="normal";
image="../images/xpblank.gif";
imagepadding=0;
menubgimage="../images/winxp.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#660000";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#999999, Direction=135, Strength=5)";
padding=7;
separatoralign="right";
separatorcolor="#C5C2B8";
separatorpadding=1;
separatorwidth="80%";
subimage="../images/arrow.gif";
subimagepadding=0;
menubgcolor="#ffffff";
itemwidth=180;
}

with(milonic=new menuname("Company Overview")){
style=XPMenuStyle;
aI("text=About us;url=aboutus.asp;");
aI("text=Our Mission;url=ourmission.asp");
//aI("text=Our Leaders;url=ourleaders.asp;");
//aI("text=Press Releases;url=pressreleases.asp;");
aI("text=Contact us;url=contactus.asp;");
}

with(milonic=new menuname("Our Services")){
style=XPMenuStyle;
aI("text=Cleaning Services;url=cleaningservices.asp;");
}


drawMenus();


