_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#5B4A38";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#5B4A38";
onbgcolor="#C3B59A";
oncolor="Black";
padding="6";
pagecolor="#5B4A38";
separatorcolor="#5B4A38";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="0";
itemwidth="132";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#5B4A38";
onbgcolor="#C3B59A";
oncolor="White";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=797;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Welcome;target=;url=http://www.ivorvonsenger.com/;");
aI("text=About Me;target=;url=About-Me.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=New Patients;target=;url=New-Patients.html;");
aI("text=Contact Me;target=;url=Contact-Me.html;");
aI("text=Location;target=;url=Location.html;");
}


 drawMenus();

