fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset



with(MainMenuStyle=new mm_style()){
itemheight=30;
itemwidth=192;
oncolor="#FFFFFF";
offcolor="#FFFFFF";
fontsize=10;
fontstyle="normal"; 
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="left";
bgimage="images/bg_m.jpg";
overbgimage="images/bg_m_f2_a.jpg";
pagebgimage="images/bg_m_f2.jpg";
pagecolor="#FFFFFF";
rawcss="padding-left:40px;";
}

with(SubMenuStyle=new mm_style()){
itemheight=22;
itemwidth=162;
onbgcolor="#CE1126";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF"; 
offcolor="#0078C8"; 
pagebgcolor="#FFFFFF"; 
pagecolor="#CE1126"; 
bordercolor="#C4EAFA";  
borderstyle="solid";
borderwidth=1; 
separatorcolor="#C4EAFA"; 
separatorsize="1";
separatorwidth=162;
separatoralign="center";
fontsize=9;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
padding=0;   // 0
image="images/point_dblue.gif"; 
overimage="images/p_sm_f2.gif";
pageimage="images/p_sm.gif"; 
imagepadding="5";
subimage="images/point_dblue.gif";
onsubimage="images/p_sm_f2.gif";
pagesubimage="images/p_sm.gif";
subimagepadding="5";
overfilter="Shadow(color='#777777', Direction=135, Strength=2)";
}

with(dmenu=new menuname("Sub1")){
style=SubMenuStyle;
aI("url=#;text=Küldetés;");
aI("url=#;text=Történet;");
aI("url=#;text=Tagszervezetek;");
}

with(dmenu=new menuname("Sub2")){
style=SubMenuStyle;
aI("url=#;text=Események;");
aI("url=#;text=Hírek;");
aI("url=#;text=Sajtószemle;");
}

drawMenus();

