_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="DarkGreen";
offcolor="#ffffff";
onbgcolor="#FF5500";
oncolor="#ffffff";
padding="10";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="196";
}

with(submenuStyle=new mm_style()){
bordercolor="#FF5500";
borderstyle="Dashed";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="DarkGreen";
offcolor="#ffffff";
onbgcolor="#357B8E";
oncolor="#ffffff";
padding="4";
separatorcolor="#FF5500";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("text=Why You Need Title Insurance;target=;url=why.htm;");
aI("text=What Are Closing Costs;target=;url=closing_costs.htm;");
aI("text=Title Insurance Order Form;target=;url=order.htm;");
aI("text=Check Order Status;target=;url=order_status.htm;");
aI("text=Employee Directory;target=;url=employees.htm;");
aI("text=Helpful Links;target=;url=Links.htm;");
aI("text=Contact Us;target=;url=locations.htm;");
}


 drawMenus();
