


_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=0              // Sub menu top offset
_subOffsetLeft=0           // 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="#555555";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#9a9a9a";
bordercolor="#296488";
borderstyle="solid";
borderwidth="0";
separatorcolor="#2D729D";
separatorsize="0";
align="center";
fontweight="normal";
padding="4";
fontsize="9px";
fontstyle="normal";
fontfamily="Verdana, Lucida, sans-serif";
pagecolor="#9a9a9a";
pagebgcolor="#333333";
headercolor="#ffffff";
headerbgcolor="#cc6633";
subimagepadding="2";
}

submenuStyle=new copyOf(menuStyle)
submenuStyle.align="left";
submenuStyle.onbgcolor="#555555";
submenuStyle.offbgcolor="#3f3f3f";
submenuStyle.oncolor="#ffffff";
submenuStyle.offcolor="#9a9a9a";
submenuStyle.pagebgcolor="#3f3f3f";

