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=3;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#4C8AB7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4C8AB7";
separatorsize=1;
fontfamily="georgia, times, times new roman, serif;";
fontsize="12px";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0d619e";
offcolor="#ffffff";
onbgcolor="#FDB813";
oncolor="#1E2462";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;
pagebgcolor="#82B6D7";
pagecolor="black";
subimage="";
subimagepadding=2;
}
with(milonic=new menuname("sellersmenu")){
style=menuStyle;
aI("text=Getting Ready To Sell;url=ready_to_sell.asp;");
aI("text=Sellers;url=sellers.asp;");
}


with(milonic=new menuname("communitymenu")){
style=menuStyle;
aI("text=Community;url=community.asp;");
}


with(milonic=new menuname("aboutmenu")){
style=menuStyle;
aI("text=Testimonials;url=testimonials.asp;");
}

drawMenus();

