//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="#3B5A6F";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize=12;
fontstyle="normal";
fontweight="bold";
//headerbgcolor="#999999";
//headercolor="#999999";
offbgcolor="#FFFFFF";
offcolor="#999999";
//onbgcolor="#3B5A6F";
oncolor="#00583E";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=5;
//pagebgcolor="#3B5A6F";
pagecolor="#999999";
separatorcolor="#FFFFFF";
separatorsize=35;
//separatorimage="images/navsplitter.gif";
//separatorpadding=0;
//subimage="arrow.gif";
//subimagepadding=2;
itemheight=20;
}

with(menuStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=12;
fontstyle="normal";
fontweight="bold";
headerbgcolor="#FFFFFF";
headercolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#999999";
onbgcolor="#FFFFFF";
oncolor="#00583E";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=6;
//pagebgcolor="#3B5A6F";
pagecolor="#999999";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
//screenposition="center";
position="relative";
alwaysvisible=1;
left="offset=0"; 
orientation="horizontal";
style=menuStyle;
top=105;
left=115;

aI("text=HOME;url=index.asp;");
aI("text=IRISH ART;url=irishart.asp");
aI("showmenu=INFORMATION;text=INFORMATION;");
aI("text=ARTIST;url=artist.asp");
aI("text=ABOUT US;url=aboutus.asp");
aI("text=CONTACT US;url=contact.asp;");
}

with(milonic=new menuname("INFORMATION")){
overflow="scroll";
style=menuStyle2;

aI("text=Selling at Ross's;url=selling.asp")
aI("text=Buying at Ross's;url=buying.asp;")
aI("text=Bidding Form;url=biddingform.pdf;")
aI("text=Conditions For Buyers;url=conditions.pdf;")
aI("text=Conditions For Vendors;url=vendors.pdf;")

}

drawMenus();