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(AllImagesStyle=new mm_style()){
styleid=1;
//bordercolor="#000000";
//borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS";  	
fontsize="14px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#E6E7E7";
headercolor="#666666";
offbgcolor="#F0F0E4";
offcolor="#333333";
onbgcolor="#F9FAF4";
oncolor="#003567";
padding=8;
separatorcolor="#ffffff";
separatorsize=2;
}

with(milonic=new menuname("sample")){
style=menuStyle;
//itemwidth="200px";
aI("text=HOME - Services;url=/Services/services.asp;");
aI("text=Services provided by Affiliates;url=/Services/servicesAffiliates.asp;");
aI("text=Testimonials;url=/Quality/testimonials.asp;");
}
drawMenus();