fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;


//SUB MENU
with(submenuStyle=new mm_style()){
bordercolor="#1d1d1d";
borderstyle="solid";
borderwidth=5;
//fontfamily="Lucida Grande, Verdana, Bitstream Vera Sans, Ariel, sans-serif";
fontsize="10pt";
fontstyle="normal";
fontweight="heavy";
//headercolor="#000000";
offbgcolor="#1d1d1d";000
offcolor="#ffffff";
onbgcolor="#444444";
oncolor="#ffffff";
//outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
//overfilter="Blinds( Bands=1,direction=down, duration=0.5)";
//pagecolor="black";
separatorcolor="#626262";
separatorsize=1;
subimagepadding=8;
padding="10px 20px 10px 20px";
}


//Main MENU
with(menuStyle=new mm_style()){
bgimage="images/menubg.jpg";
itemheight=31;
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily= "Ariel, sans-serif";
fontsize="9pt";
fontstyle="normal";
fontweight="heavy";
headerbgcolor="#ffffff";
//headercolor="#000000";
//image="milonic/menugrad.png";
//imagepadding=6;
//offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#CE0000";
ondecoration="underline";
outfilter="Fade(Overlap=1.00)";
//overimage="http://www.milonic.com/menuimages/square_blue.gif";
padding="0px 20px 0px 20px";

//pagecolor="black";
separatorcolor="#cccccc";
separatorheight="15px";
separatorsize=1;
subimagepadding=25;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative"
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=index.html");
aI("text=ABOUT US;url=aboutus.html");
aI("text=REALTORS;url=realtors.html");
aI("text=OUR LISTINGS;url=ourlistings.html;");
aI("text=WHAT IS MY HOME WORTH?;url=homeworth.html");
aI("text=THE AREA;url=thearea.html");
aI("text=CONTACT US;url=contactus.html");
}

drawMenus();
