
_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="#2F2F2F";
    offcolor="#FFFFFF";
    onbgcolor="#076907";
    offbgcolor="#076907";
    separatorcolor="#076a07";
    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/nyil_feherpiros.jpg";
    subimageposition="right";
    subimagepadding="3";
    rawcss="text-transform: uppercase;";
}

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

with(menuStyleSub=new mm_style()){
    oncolor="#F4F39F";
    offcolor="#FFFFFF";
    onbgcolor="#076907";
    offbgcolor="#076A07";
    separatorcolor="#FFFFFF";
    separatorsize=1;
    padding=2;
    fontsize="10px";
    fontfamily="Tahoma, Arial, Verdana";
    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/nyil_feherpiros.jpg";
    subimageposition="right";
    subimagepadding="3";
}

