fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=30;
_menuOpenDelay=30;
_subOffsetTop=1;
_subOffsetLeft=-4;


with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}


with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet,Trebuchet MS,Arial,Arial,Verdana";
fontsize="9pt";
fontstyle="normal";
offbgcolor="#000000";
offcolor="#F6B619";
onbgcolor="#F6B619";
oncolor="#000000";
padding=0;
separatorcolor="#ffffff";
separatorsize=1;
align='left';
subimagepadding=0;
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("About")){
style=menuStyle;
top="offset=0";
left="offset=0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
aI("separatorcolor=#ffffff;separatorsize=1;itemwidth=136");
aI("text=<b>Medical / Dental</b>;url=/business-medical-dental.html;padding=7;itemwidth=136");
aI("text=<b>Restaurant</b>;url=/business-restaurant.html;padding=7;itemwidth=136");
aI("text=<b>Owner Occupant</b>;url=/business-owner-occupant.html;padding=7;itemwidth=136");
aI("text=<b>Property Management</b>;url=/business-property-management.html;padding=7;itemwidth=136");
aI("text=<b>Professional Office</b>;url=/business-professional-office.html;padding=7;itemwidth=136");
}

drawMenus();


