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="#B8B897";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#006b6b";
offcolor="#ffffff";
onbgcolor="#cc3232";
oncolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#719767";
pagecolor="ffffff";
separatorcolor="#B8B897";
separatorsize=1;
subimagepadding=2;
}

with(hidho=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/Menu_Buttons/home.gif;showmenu=Home;url=default.asp;");
aI("image=images/Menu_Buttons/file.gif;showmenu=File;url=file.asp;");
aI("image=images/Menu_Buttons/prices.gif;showmenu=Fees;url=prices.asp;");
aI("image=images/Menu_Buttons/faq.gif;showmenu=FAQ;url=faq.asp;");
aI("image=images/Menu_Buttons/about.gif;showmenu=Aboutus;url=about.asp");
aI("image=images/Menu_Buttons/referrals.gif;showmenu=Referrals;url=referrals.asp;");

}

with(hidho=new menuname("Home")){
style=menuStyle;
}

with(hidho=new menuname("File")){
style=menuStyle;
aI("text=Construction Lien&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=file-lien.asp;");
aI("text=Discharge of Lien;url=file-discharge.asp;");
aI("text=Pre-Lien Notices;url=file-prelien.asp;");
aI("text=Stop Notice;url=file-stop.asp;");
aI("text=Amendment of Lien;url=file-amendment.asp;");
aI("text=Extension of Lien;url=file-extension.asp;");
aI("text=Bond Claim;url=file-bond-claim.asp;");
}

with(hidho=new menuname("Fees")){
style=menuStyle;
}


with(hidho=new menuname("Aboutus")){
style=menuStyle;

aI("text=About LienItNow&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=about.asp;");
aI("text=Contact Us;url=contact.asp;");
}

with(hidho=new menuname("FAQ")){
style=menuStyle;
}

with(hidho=new menuname("Referrals")){
style=menuStyle;
aI("text=Attorney Referrals&nbsp&nbsp;url=referrals.asp;");

}



drawMenus();

