fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="normal";
fontweight="";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#2d3b36";
offcolor="#FFFFFF";
onbgcolor="#DEDEDE";
oncolor="#000000";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.6);Alpha(opacity=100);";
padding=2;
pagebgcolor="";
pagecolor="";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth=128;
itemheight=15;
left=0;
orientation="horizontal";
style=menuStyle;
position="relative";
top=96;
aI("status=About Rwanda;showmenu=About Rwanda;text=About Rwanda;");
aI("status=Consular Info;text=Consular Info;url=consular.html;");
aI("status=Trade & Investment;text=Trade & Investment;url=trade.html;");
aI("status=Tourism;text=Tourism;url=http://rwandatourism.com;");
aI("status=Events;text=Events;url=events.html;");
aI("status=Embassy Info;text=Embassy Info;url=embassyinfo.html;");
}

with(milonic=new menuname("About Rwanda")){
overflow="scroll";
style=menuStyle;
itemwidth=128;
aI("text=Rwanda;url=country.html;");
aI("text=Genocide;url=geno.html;");
aI("text=Links;url=links.html;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
itemwidth=128;
aI("text=Rwanda;url=country.html;");
aI("text=Genocide;url=geno.html;");
}

drawMenus();

