
_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="#F4F39F";
    offcolor="#FFFFFF";
    onbgcolor="#0456a4";
    offbgcolor="#0456a4";
    separatorcolor="#FFFFFF";
    separatorheight=1;
    separatorimage="images/menu_separator.gif";
    padding=3;
    fontsize="10px";
    fontfamily="Tahoma, Arial, Verdana";
    fontstyle="normal";
    fontweight="bold";
    separatorimage="images/menu_separator.gif";
    subimage="images/menu_arrow.gif";
    subimageposition="right";
    subimagepadding="3";
    rawcss="text-transform: uppercase;";
}

with(menuStyleUpper=new mm_style()){
    subimage="images/menu_arrow_down.gif";
    subimagepadding="3";
    oncolor="#F4F39F";
    offcolor="#FFFFFF";
    separatorcolor="#0456A4";
    separatorwidth=0;
    padding="7";
    fontsize="10px";
    fontfamily="Tahoma, Arial, Verdana";
    fontstyle="normal";
    fontweight="bold";
    imagealign="left";
//    image="menu/menu_image.gif";
    imagepadding="2px";
    rawcss="text-transform: uppercase;";
}

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)";
    rawcss="text-transform: uppercase;";
    subimage="images/menu_arrow.gif";
    subimageposition="right";
    subimagepadding="3";
}
