_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="#1c57cf"; 
offbgcolor="#ffffff"; 
offcolor="#4e3704";  
bordercolor="#b1c0c7";  
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="0";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="333366";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2 );";
outfilter="randomdissolve(duration=0.3)";
}


