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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="none";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="transparent";
offcolor="#191919";
onbgcolor="#4C95B6";
onborder="1px solid #000080";
oncolor="#ffffff";
padding=6;
separatorcolor="#999999";
separatorsize=0;
subimage="/images/arrow_r.gif";
subimagepadding=2;
pageimage="/images/arrow_r.gif";
}

with(submenuStyle=new mm_style()){
align="left";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#dddddd";
offcolor="#191919";
onbgcolor="#ffff00";
oncolor="#000000";
padding=4;
separatorcolor="#999999";
separatorpadding=1;
subimage="/images/arrow_d.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
left=10;
orientation="vertical";
style=menuStyle;
top=10;
aI("status=Back To Home Page;text=Home;url=http://www.religiongonebad.com");
aI("text=Blog;url=/blog;");
aI("text=Tour Schedule;url=/tour.php;");
aI("text=Tour Photos;url=/photos.php;");
aI("text=Preface;url=/sample.php;");
aI("text=Order Online;url=/order.php;");
aI("text=Reviews;url=/reviews.php;");
aI("text=Soulforce;url=/soulforce.php;");
}

drawMenus();


