
_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=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

with(menuStyle=new mm_style()){
    oncolor="#009107";
    //onbgcolor="#eee";
    
    offcolor="#005805";
    //offbgcolor="#fff";
    //separatorcolor="#ff0000";
    //separatorsize="1";
    //separatorheight="1";
    //separatorwidth="184";
    padding="0";
    fontsize="12px";
    fontfamily="Verdana, Arial, Helvetica, sans-serif;";
    //bordercolor="#999999";
    //borderstyle="none";
    //borderwidth=0;
    fontstyle="normal";
    fontweight="bold";
    align="left";
    bgimage='images/menu_bg.gif';
    itemheight='24';
    //separatoralign="center";
    //separatorimage="/images/elv_pontok_2.gif";
    //subimage="images/nyil_nagy_szurke_2.gif";
    //subimageposition="right";
    imagealign="left";
    image="images/pont.jpg";
    //pagebgcolor="34743A";
    //pagecolor="#FF9900";
    //headercolor="#000000";
    //headerbgcolor="#ffffff";
    rawcss="margin-left:5px; line-height:24px; text-transform: capitalize;"
    itemwidth=160;
/*
    offcolor='#000000';
    bgimage='images/menu_bg1.gif';
    overbgimage='images/menu_bg2.gif';
    itemheight=18;
    fontsize="11px";
    fontweight='bold';
    fontfamily="Arial, Verdana, Helvetica, sans-serif";
    rawcss="text-transform: uppercase;";
    separatorimage="images/menu_separator.gif";
    separatorheight="2";
    width=242;
    itemwidth=242;
*/
}

with(menuStyleUpper=new mm_style()){
    offcolor='#000000';
    bgimage='images/menu_bg1.gif';
    overbgimage='images/menu_bg2.gif';
    itemheight=18;
    fontsize="11px";
    fontweight='bold';
    fontfamily="Arial, Verdana, Helvetica, sans-serif";
    rawcss="margin-left: 20px";
    separatorimage="images/menu_separator.gif";
    separatorheight="2";
    width=242;
    itemwidth=180;
}
/*
with(menuStyleSub=new mm_style()){
    onColor='#005805';
    offcolor='#005805';
    itemheight=24;
    fontsize="12px";
    fontweight='normal';
    fontfamily="Arial, Verdana, Helvetica, sans-serif";
    rawcss=" line-height:24px; padding-left:10px; padding-right: 10px; border:0px solid #BECFB8; background: #CBDDC5;";
    bordercolor="#fff";
    borderstyle="solid";
    borderwidth="1";
    separatorcolor="#fff";
    separatorsize="0";
    separatorheight="1";
    separatorheight="0";
    overfilter="Blinds(Bands=1,direction=down,duration=0.2);Alpha(opacity=98);Shadow(color='#000000', Direction=135, Strength=3)";
    outfilter="Blinds(Bands=1,direction=up,duration=0.2)";
}
*/
with(menuStyleSub=new mm_style()){
    rawcss="display: none;";
}

with(menuStyleFixSub=new mm_style()){
    oncolor="#009107";
    //onbgcolor="#eee";
    
    offcolor="#005805";
    //offbgcolor="#fff";
    //separatorcolor="#ff0000";
    //separatorsize="1";
    //separatorheight="1";
    //separatorwidth="184";
    padding="0";
    fontsize="12px";
    fontfamily="Verdana, Arial, Helvetica, sans-serif;";
    //bordercolor="#999999";
    //borderstyle="none";
    //borderwidth=0;
    fontstyle="normal";
    fontweight="normal";
    align="left";
    valign="top";
    //bgimage='images/menu_bg.gif';
    itemheight='24';
    //separatoralign="center";
    //separatorimage="/images/elv_pontok_2.gif";
    //subimage="images/nyil_nagy_szurke_2.gif";
    //subimageposition="right";
    imagealign="left valign=top";

    image="images/pont.gif";
    //pagebgcolor="34743A";
    //pagecolor="#FF9900";
    //headercolor="#000000";
    //headerbgcolor="#ffffff";
    rawcss=" margin:3px 2px 7px 5px; line-height:12px; text-transform: none;"
    itemwidth=170;

}



