_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=0;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleVert=new mm_style()){
//onbgcolor="#ffd89d";
onbgcolor="#eae0c1";
//oncolor="#B36B00";
oncolor="#805D40";
offbgcolor="#94785b";
//offbgcolor="#f4a460";
//offcolor="#F7F9F7";
offcolor="#ffffff";
//bordercolor="#367E45";
bordercolor="#367E45";
borderstyle="solid";
borderwidth="1";
separatorcolor="#325235";
//separatorcolor="#FFFFFF";
//separatorsize=2;
separatorsize="1";
padding="2";
fontsize="13px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//subimage="/arrow.gif";
subimage="submenu_arrow_right-on.gif";
//onsubimage="submenu_arrow_right-on.gif";
subimagepadding=2;
high3dcolor="#FFFFFF";
low3dcolor="#000000";
swap3d=1;
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
}

// Main

with(milonic=new menuname("mainMenuVert")){
style=mainStyleVert;
top=180;
left=1;
itemwidth=136;
alwaysvisible=1;
aI("text=&nbsp;Home;url=/;");
aI("text=&nbsp;Nejbližší akce;url=/akce;");
aI("text=&nbsp;Uskutečněné akce;type=header;offbgcolor=#eae0c1;offcolor=#805D40;");
aI("text=&nbsp;- volby 2010;url=/akce/2010/volby;");
}

drawMenus();


