fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
align="center";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontweight="bold";
fontstyle="normal";
itemheight=28;
menuheight=28;
/*headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#636464";
onbgcolor="#d9dda9";
oncolor="#c1002b";*/
/*outfilter="randomdissolve(duration=0.0)";*/
/*overfilter="Fade(duration=0.0);Alpha(opacity=100)";*/
padding=4;
zindex=10;
}

with(menuSub=new mm_style()){
align="left";
bordercolor="#940f0d";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="13";
fontweight="normal";
fontstyle="normal";
itemheight=30;
menuheight=30;
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#bd1c22";
offcolor="#ffffff";
onbgcolor="#7f080a";
oncolor="#ffffff";
overfilter="Fade(duration=0.3);Alpha(opacity=100);";
outfilter="Fade(duration=0.3)";
padding=8;
pagebgcolor="#7f080a";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
zindex=11;
}

drawMenus();


