

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay = 500; //The time delay for menus to remain visible
_menuOpenDelay = 150; //The time delay before menus open on mouse over
_subOffsetTop = 2; // Sub menu top offset
_subOffsetLeft = -2; // Sub menu left offset


with (menuStyleArrow = new mm_style()) {
    bordercolor = "#999999"; //siva
    borderstyle = "solid";
    borderwidth = 1;
    fontfamily = "Verdana, Arial, Helvetica";
    fontsize = "90%"; //velicina slova odredjuje sirinu menia
    fontstyle = "normal";
    fontweight = "bold";
    headerbgcolor = "#ffffff"; //bela
    headercolor = "#000099"; //crna
    offbgcolor = "#00264d"; //menu bgcolor
    offcolor = "#ffffff"; //bela - font color
    onbgcolor = "#f9c52b"; //mouse over
    oncolor = "#00264d"; //tamno plava - font color mouse over
    outfilter = "randomdissolve(duration=0.3)";
    overfilter = "Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3);Shadow(color=#ADAEAD,Direction=130,Strength=6"; //siva    
    padding = 4;
    pagebgcolor = "#f9c52b"; //selected
    pagecolor = "black";
    separatorcolor = "#999999"; //siva
    separatorsize = 1;
    subimage = "Images1/arrow_right_white.gif";
    onsubimage = "Images1/arrow_anime_small.gif";
    subimagepadding = 2;
}

with (IMGmenu = new menuname("Main Menu"))
{
    alwaysvisible=1;
    orientation="horizontal";
    style = menuStyleArrow;

    aI("text=HOME;image=Images1/Icons/home.gif;url=Default.aspx;"); //aI("text=HOME;image=Images1/Icons/home.gif;url=Default.aspx;");
    aI("text=INTRODUCTION;url=About.aspx;");
    aI("text=FIELD OF ACTIVITIES;url=Activities.aspx;");
    aI("showmenu=Countries;text=COUNTRIES;");
    aI("showmenu=Projects;text=PROJECTS;");
    aI("showmenu=NewsAndEvents;text=TENDERS, NEWS;");
    aI("text=DOCUMENTS;url=Documents.aspx;");
    aI("text=MAPS;url=Maps.aspx;");
    aI("text=GALLERY;url=Gallery.aspx;");
    aI("text=LINKS;url=Links.aspx;");
    aI("text=OFFICES;url=Offices.aspx;");
    aI("text=LOGIN;url=Login.aspx;");
}


with (IMGmenu = new menuname("Projects"))
{
    style = menuStyleArrow; 

    aI("image=Images1/Icons/country.png;text=By Beneficiary Country;url=Projects.aspx?by=BeneficiaryCountry;");
    aI("image=Images1/Icons/donor.gif;text=By Donor;url=Projects.aspx?by=Donor;");
    aI("image=Images1/Icons/project.gif;text=List of IMG Projects;url=../Documents/Public/FinalIMGProjectReferenceList04112011.pdf;");
    aI("image=Images1/Icons/presentation.gif;text=Presentations;url=ProjectPresentations.aspx;");
}

with (IMGmenu = new menuname("NewsAndEvents")) 
{
    style = menuStyleArrow;

    aI("image=Images1/Icons/newspaper.gif;text=TENDERS;url=PublicTenders.aspx;");
    aI("image=Images1/Icons/newspaper.gif;text=NEWS;url=PublicNews.aspx;");
    aI("image=Images1/Icons/event.gif;text=EVENTS;url=PublicEvents.aspx;");
    aI("image=Images1/Icons/newspaper.gif;text=NEWS ARCHIVE;url=PublicNewsArchive.aspx;");
//    aI("image=Images1/Icons/letter.gif;text=NEWSLETTER;url=Newsletter.aspx;");
}



