_menuCloseDelay=300;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=-5;              // Sub menu top offset
_subOffsetLeft=10;        // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=2;
fontsize="11px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="verdana, arial, helvetica, sans-serif";
ondecoration='underline';
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#CAC3B0";
oncolor="#3F322A";
offbgcolor="#AEA086";
offcolor="#F0EDE3";
bordercolor="#E7E1D0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E7E1D0";
separatorsize=1;
padding=7;
menubgimage="";
fontsize="11px"; 
fontstyle="normal";
fontfamily="verdana, arial";
subimage="images/arrow.gif";
overfilter="fade(duration=0.7);Alpha(opacity=90)";
outfilter="fade(duration=0.3)";
}

with(HeadersStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontsize="12px"; 
fontstyle="normal";
fontfamily="tahoma, arial";
subimage="images/arrow.gif";
fontweight="normal";
headerbgcolor="#3f322a";
headercolor="#FFFFFF";
offbgcolor="#3f322a";
offcolor="#F0EDE3";
onbgcolor="#CAC3B0";
oncolor="#3F322A";
padding=8;
separatorcolor="#E7E1D0";
separatorsize=0;
overfilter="fade(duration=0.7);Alpha(opacity=90);Shadow(color=#999999', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("brewing")){
style=menuStyle2;
borderwidth=0;
style=HeadersStyle;
bordercolor="#FFFFFF";
orientation="horizontal";
align='center';
itemwidth=140; 

aI("image=images/subnav_brewingguide.jpg;text=&nbsp;type=header;");
aI("text=Subnav #1;url=content.php?id=131");
aI("text=Subnav #2;url=content.php?id=131");
aI("text=Subnav #3;url=content.php?id=131");
}


drawMenus();