


_menuCloseDelay=1000           // 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=-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="#555555";
oncolor="white";
offbgcolor="#555555";
offcolor="#ffcc99";
bordercolor="#555555";
borderstyle="solid";
borderwidth=1;
separatorcolor="#555555";
separatorsize="0";
padding=1;
fontsize="12px";
fontstyle="normal";
//fontfamily="Verdana, Tahoma, Arial";
fontfamily="Arial";
//decoration="underline";
pagecolor="ffcc99";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=1.0)";
}

//brh add another style for horizontal menu
horzmenustyle=new copyOf(menuStyle)
horzmenustyle.onbgcolor="";
horzmenustyle.offbgcolor="";
horzmenustyle.bordercolor="";
horzmenustyle.borderwidth=0;
//horzmenustyle.separatorcolor="#666666";
horzmenustyle.overfilter="Fade(duration=0.1);Alpha(opacity=100)";
