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

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderwidth=0;
clickcolor='#ffffff';
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#333333";
offcolor="#ffffff";
onbgcolor="#662222";
oncolor="#ccaaaa";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3, 8, 3, 8;
pagebgcolor="#777777";
pagecolor="#662222";
pagefontweight='normal';
separatorcolor="#cccccc";
separatorsize=2;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=180;
aI("status=Home Page;text=Home;url=index.php;");
aI("status=Contact Us;text=Contact Us;url=contact_us.php;");
aI("status=About Us;text=About Us;showmenu=About;url=about_us.php;");
aI("status=Trusted Businesses;text=Trusted Businesses;url=networking_partners.php;");
aI("status=Sites of Interest;text=Sites of Interest;url=sites_of_interest.php;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("status=Asset Searches;text=Asset Searches;url=asset_searches.php;")
aI("status=Background Investigations;text=Background Investigations;url=background_investigations.php;")
aI("status=Locate People;text=Locate People;url=locate_people.php;");
aI("status=Telephone Searches;text=Telephone Searches;url=telephone_searches.php;");
aI("status=DMV Searches;text=DMV Searches;url=dmv_searches.php;");
aI("status=Email Trace;text=Email Trace;url=email_trace.php;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("status=About Us;text=About Us;url=about_us.php;");
aI("status=Meet The Investigators;text=Meet The Investigators;url=meet_the_investigators.php;");
aI("status=Testimonials;text=Testimonials;url=testimonials.php;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("status=Networking Partners;text=Networking Partners;url=networking_partners.php;");
aI("status=Sites of Interest;text=Sites of Interest;url=sites_of_interest.php;");
}

drawMenus();

