


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=15              // Sub menu top offset
_subOffsetLeft=-15            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

//submenuoverfilter="Alpha(opacity=100)"
submenuoverfilter=""
//submenuoverfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
//submenuoverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
submenuoutfilter=""
//submenuoutfilter="Fade(duration=0.2)"


with(MainStyle=new mm_style()){
onbgcolor="";
oncolor="#990000";
ondecoration="underline";
offbgcolor="";
offcolor="#990000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="12";
separatorimage=""
padding=0;
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Arial, Verdana";
pagecolor="#990000";
pagebgcolor="#E8E8E8";
headercolor="#000000";
headerbgcolor="#E8E8E8";
//subimage="arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="Fade(duration=0.2)";
}


with(SubMenu=new mm_style()){

onbgcolor="#E8E8E8";
oncolor="#990000";
offbgcolor="#E8E8E8";
offcolor="#990000";
ondecoration="underline";
bordercolor="#C7C7C7";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Arial";
subimage="arrow.gif";
subimagepadding="2";
overfilter=submenuoverfilter;
outfilter=submenuoutfilter;
}






