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=12;
_subOffsetLeft=-8;

with(menuStyle=new mm_style()){
bordercolor="#470000"; //This changes the color of the border.
borderstyle="solid";  //This is the style of the border.
borderwidth=3; //This changes the border width.
fontfamily="Kristen, Tahoma";  //This is the kind of font you want.
fontsize="85%";  //This changes the size of the font.
fontstyle="strong"; //This changes the normal, italic or underline.
fontweight="bold";  //This makes bold or not bold.
offbgcolor="#FFFFCC"; //This changes the background color.
offcolor="#006400";  //This changes the text off color of the font.
onbgcolor="#B22222"; //This changes the button on background color.
oncolor="#CCCCCC"; // This changes the text on font color.
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4; //This changes the size of the tex box.
separatorcolor="#"; //This changes the line between the links.
separatorsize=0; //This changes the size of the separator line.
subimage=""; //This changes the arrow - Optional...Can Delete if not wanted.
onsubimage=""; //This changes the arrow when moused-over. --- Optional...Can Delete if not wanted.
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="verticle";
style=menuStyle;
aI("");
aI("text=Home;url=index.htm;");
aI("text=Rentals;url=rentals.htm;");
aI("text=Maps;url=maps.htm;")
aI("text=Gallery;url=gallery.htm;");
aI("text=Contact Us;url=contact_us.htm;")
}

with(milonic=new menuname("Home")){
style=menuStyle;

}
drawMenus();