


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-4             // 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()){
oncolor="#FFFFFF";
onbgcolor="#570000";
offcolor="#570000";
offbgcolor="#FFCFCF";
separatorcolor="#FFB6B6";
separatorsize=1;
//separatorheight=14;
//separatorwidth=188;
//padding=2;
fontsize="9px";
fontfamily="Verdana, Helvetica, sans-serif";
bordercolor="#FFB6B6";
//borderstyle="none";
borderwidth=1;
//fontstyle="normal";
fontweight="bold";
//bgimage='images/menu_bg.gif';
//separatoralign="left";
//separatorimage="images/separatorimage.gif";
subimage="images/menu_arrow.gif";
subimageposition="right";
imagealign="left";
image="images/menu_bullet.gif";
//pagebgcolor="34743A";
//pagecolor="#FF9900";

//headercolor="#000000";
//headerbgcolor="#ffffff";
}

with(menuStyleUpper=new mm_style()){
oncolor="#001477";
//onbgcolor="#FCF3D5";
offcolor="#001477";
offbgcolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=5;
separatorheight=12;
separatorwidth="5";
padding=2;
fontsize="12px";
fontfamily="Arial, Verdana, Helvetica, sans-serif";
//bordercolor="#999999";
//borderstyle="none";
//borderwidth=0;
fontstyle="normal";
fontweight="bold";
//bgimage='images/menu_bg.gif';
//separatoralign="left";
//separatorimage="images/separatorimage.gif";
//subimage="images/menu_arrow.gif";
//subimageposition="right";
imagealign="left";
image="images/menu_bullet_upper.gif";
//pagebgcolor="34743A";
pagecolor="#FF9900";

//headercolor="#000000";
//headerbgcolor="#ffffff";
}

with(menuStyleSub=new mm_style()){
oncolor="#FFFFFF";
onbgcolor="#570000";
offcolor="#570000";
offbgcolor="#FFCFCF";
separatorcolor="#FFB6B6";
separatorsize=1;
//separatorheight=14;
//separatorwidth=188;
//padding=2;
fontsize="9px";
fontfamily="Verdana, Helvetica, sans-serif";
bordercolor="#FFB6B6";
//borderstyle="none";
borderwidth=1;
//fontstyle="normal";
fontweight="bold";
//bgimage='images/menu_bg.gif';
//separatoralign="left";
//separatorimage="images/separatorimage.gif";
subimage="images/menu_arrow.gif";
subimageposition="right";
imagealign="left";
image="images/menu_bullet.gif";
//pagebgcolor="34743A";
//pagecolor="#FF9900";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
overfilter="Shadow(color='#777777', Direction=135, Strength=2)";
//outfilter="randomdissolve(duration=0.2)";
}



// drawMenus();

