


_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=100);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(SubMenu=new mm_style()){

onbgcolor="#FFFFFF";
oncolor="#EC7600";
offbgcolor="#FFFFFF";
offcolor="#EC7600";
ondecoration="underline";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=2;
separatorcolor="#FFFFFF";
separatorwidth="30";
separatorsize=0;
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
subimage="/gfx/system/menu_arrow.gif";
subimagepadding="2";
itemheight=16;
overfilter=submenuoverfilter;
outfilter=submenuoutfilter;
}

with(MainStyle=new mm_style()){
onbgcolor="";
oncolor="#EC7600";
ondecoration="none";
offbgcolor="";
offcolor="#525252";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="15";
separatorimage=""
padding=0;
fontsize="11px";
fontweight="bold";
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)";
}