


_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=5              // Sub menu top offset
_subOffsetLeft=-5           // 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="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="none";
offbgcolor="";
offcolor="#333333";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="8";
separatorimage=""
itemheight="20px";
padding=0;
fontsize="11px";
fontstyle="Strong";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
//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="#FFFFFF";
oncolor="#990000";
offbgcolor="#FFFFFF";
offcolor="#333333";
ondecoration="underline";
bordercolor="#C7C7C7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorwidth="11";
separatorheight="21";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

