_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-5           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#3B5984";
oncolor="#000000";
offbgcolor="#3B5984";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
//separatorwidth="150px";
separatorsize="0";
padding="0";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
//subimage="/s3/site/images/arrow.gif";
//subimagepadding="5";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#336633";
oncolor="#ffffff";
offbgcolor="#336633";
offcolor="#CCCC99";
bordercolor="#CCCC99";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336633";
//separatorwidth="150px";
separatorsize="0";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma";
subimage="/s3/site/images/arrow.gif";
oversubimage="/s3/site/images/arrow_on.gif";
subimagepadding="3";
headercolor="#FFFFFF";
headerbgcolor="#AAAAAA";
overfilter="Fade(duration=0.2);Alpha(opacity=87);Shadow(color='#636363', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

drawMenus();

