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=5;
_subOffsetLeft=6;

with(menuStyle=new mm_style()){
bordercolor="#567061";
borderstyle="solid";
borderwidth=1;
fontfamily="helvetica, arial, sans-serif";
fontsize="14px";
fontweight="bold";
headerbgcolor="#355744";
headercolor="#ffffff";
offbgcolor="#465C4F";
offcolor="#ffffff";
onbgcolor="#355744";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2)";
padding=10;
pagebgcolor="#355744";
pagecolor="#ffffff";
separatorcolor="#567061";
separatorsize=1;
subimage="";
subimagepadding=5;
}
with(milonic=new menuname("buyingsellingmenu")){
style=menuStyle;
top="offset=5";
left="offset=5";
aI("text=Seller Mistakes;url=mistakes-sellers-make.asp;");
aI("text=Home Selling Tips;url=home-selling-tips.asp;");
aI("text=Moving Tips;url=moving-tips.asp;");
aI("text=Buying a Home;url=tips-on-buying-a-home.asp;");
}

drawMenus();


