_menuCloseDelay=150           // 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=50                // Follow scrolling Rate
_subOffsetTop=0              // 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



with(menuStyle=new mm_style()){

onbgcolor="#eeeeee"; 
oncolor="#333333"; 
offbgcolor="#f6f7fc";
offcolor="#333333";  
bordercolor="#333333"; 
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="0";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="1569B1";
pagebgcolor="#FFFFFF";
headercolor="#1569B1";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2 );";
outfilter="randomdissolve(duration=0.3)";
}


