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=1;


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=0;
}

with(menuSub=new mm_style()){
align="left";
bordercolor="#e2d297";
borderstyle="solid";
borderwidth=2;
fontfamily="Arial";
fontsize="12";
fontweight="bold";
fontstyle="normal";
itemheight=31;
menuheight=31;
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#f6edc5";
offcolor="#712e3d";
onbgcolor="#f6edc5";
oncolor="#000000";
/*outfilter="randomdissolve(duration=0.0)";*/
/*overfilter="Fade(duration=0.0);Alpha(opacity=100)";*/
padding=7;
pagebgcolor="#f6edc5";
pagecolor="#712e3d";
separatorcolor="#e2d297";
separatorsize=2;
zindex=90;
}

with(milonic=new menuname("books")){
style=menuSub;
aI("text=Non-Fiction;url=nonfiction.php;");
aI("text=Fiction;url=fiction.php;");
}

drawMenus();

