_menuCloseDelay=500           // 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=-4             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

// buildAllMenus = true;		// new milonic property

with(menuStyleLeft=new mm_style()){
    oncolor="#FFFFFF";
    offcolor="#000000";
    onbgcolor="#FF0000";
    offbgcolor="#F6D7D7";
    separatorcolor="#FFFFFF";
    separatorheight=1;
    separatorcolor="#FFFFFF";
    separatorwidth=157;
    padding=3;
    fontsize="10px";
    fontfamily="Verdana, Tahoma, Arial";
    fontstyle="normal";
    fontweight="bold";
//    subimage="images/menu_arrow.gif";
    subimageposition="right";
    subimagepadding="3";
    rawcss="text-indent: 10px;";
    }

with(menuStyleUpper=new mm_style()){
//    subimage="images/menu_arrow_down.gif";
    subimagepadding="3"
    oncolor="#FFFFFF";
    offcolor="#000000";
    onbgcolor="#FF0000";
    offbgcolor="#F6D7D7";
    separatorcolor="#000000";
    separatorwidth=1;
    separatorheight=10;
    padding=5;
    fontsize="10px";
    fontfamily="Verdana, Tahoma, Arial";
    fontstyle="normal";
    fontweight="bold";
    imagealign="left";
//    image="menu/menu_image.gif";
    imagepadding="2px";
    rawcss="padding-left: 5px;padding-right: 5px;";
    }

with(menuStyleSub=new mm_style()){
oncolor="#F4F39F";
offcolor="#FFFFFF";
onbgcolor="#0456a4";
offbgcolor="#0456a4";
separatorcolor="#FFFFFF";
separatorsize=1;
padding=2;
fontsize="10px";
fontfamily="Tahoma, Verdana, Helvetica, sans-serif";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontstyle="normal";
fontweight="bold";
overfilter="Blinds(Bands=1,direction=down,duration=0.2);Alpha(opacity=100);Shadow(color='#333333', Direction=135, Strength=3)";
outfilter="Blinds(Bands=1,direction=up,duration=0.2);Alpha(opacity=100)";
}
