
//---------------------------------------
// PLEASE DONT TOUCH THIS SECTION
//---------------------------------------
_menuCloseDelay = 50
_menuOpenDelay = 0
_followSpeed = 5
_followRate = 10
_subOffsetTop = 0
_subOffsetLeft = 0
_scrollAmount = 3
_scrollDelay = 20


//---------------------------------------
// PLEASE DONT TOUCH THIS SECTION
//---------------------------------------

with (menuStyle = new mm_style()) {
    onbgcolor = "#e6d8b8";
    oncolor = "#d0ccc2";
    offbgcolor = "#efe1bf";
    offcolor = "#d0ccc2";
    bordercolor = "#e0c995";
    borderstyle = "solid";
    borderwidth = 1;
    separatorcolor = "#e0c995";
    separatorsize = "1";
    padding = 6;
    fontsize = "11px";
    fontstyle = "bold";
    fontfamily = "Georgia";
    pagecolor = "#efe1bf";
    pagebgcolor = "#efe1bf";
    headercolor = "#efe1bf";
    headerbgcolor = "#efe1bf";
    subimagepadding = "5";
    overfilter = "Alpha(opacity=100);";
    outfilter = "";
}




