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("recreationHeader")){
alwaysvisible=1;
left=15;
orientation="vertical";
style=menuStyle;
top=15;
aI("text=Things to  Do;url=../recreation/;");
}

with(milonic=new menuname("recreationSubNav")){
alwaysvisible=1;
left=30;
orientation="vertical";
style=menuSubStyle;
top=55;
aI("text=Community Service;url=community.htm;");
aI("text=Restaurants & Breweries;url=restaurant.htm;");
aI("text=Sports;url=sports.htm;");
aI("text=Wine & Viticulture;url=wine.htm;");
aI("text=Around Town;url=around_town.htm;");
aI("text=Outdoor Recreation;url=park.htm;");
aI("text=Event & Tourism Resources;url=tourism.htm;");
aI("text=Senior Resources;url=senior.htm;");


}

drawMenus();