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="#999999";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12pt";
fontweight="bold";
decoration="none";
headerbgcolor="#4B5A7F";
headercolor="#742724";
offbgcolor="none";
offcolor="#CCD9F8";
onbgcolor="none";
oncolor="#CCD9F8";
ondecoration="underline";
padding=10;
pagebgcolor="none";
pagecolor="#CCD9F8";
pageclass="bold";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=2;
}

with(menuSubStyle=new mm_style()){
	
bordercolor="#999999";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
headerbgcolor="#4B5A7F";
headercolor="#742724";
offbgcolor="none";
offcolor="#CCD9F8";
onbgcolor="none";
oncolor="#CCD9F8";
ondecoration="underline";
padding=10;
pagebgcolor="none";
pagecolor="#CCD9F8";
pageclass="bold_underline";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("artsHeader")){
alwaysvisible=1;
left=15;
orientation="vertical";
style=menuStyle;
top=15;
aI("text=Arts &amp; Entertainment;url=../arts/;");
}

with(milonic=new menuname("artsSubNav")){
alwaysvisible=1;
left=30;
orientation="vertical";
style=menuSubStyle;
top=55;
aI("text=Music and Venues;url=music.htm;");
aI("text=Restaurants and Breweries;url=restaurant.htm;");
aI("text=Arts and Museums;url=art.htm;");
aI("text=Wine and Viticulture;url=wine.htm;");
aI("text=Movies, Shopping, Events;url=movie.htm;");
}

drawMenus();