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=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#8879FF";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Arial";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#8879FF";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#FFCC33";
outfilter="randomdissolve(duration=0.4)";
overfilter="Fade(duration=0.4);Alpha(opacity=90);Shadow(color=#777777', Direction=-135, Strength=5)";
padding=2;
separatorcolor="#8879FF";
separatorsize=1;
subimage="../images/arrow.gif";
subimagepadding=2;
itemwidth=120;
imagepadding=4;
}

with(milonic=new menuname("Portfolio")){
style=menuStyle;
top=-10;
left=12;
aI("text=Nudes;url=New_Paintings_Sale/nudes/Nudes.html;");
aI("text=Realist;url=New_Paintings_Sale/realist/Realist.html;");
aI("text=Surreal;url=New_Paintings_Sale/surrealist/Surreal.html;");
aI("text=Dogs;url=New_Paintings_Sale/dogs/Dogs.html;");
aI("text=Portraits;url=New_Paintings_Sale/portraits/Portraits.html;");
}
drawMenus();

