fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="trebuchet ms";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#be2026";
oncolor="#FFFFFF";
padding=5;
pagebgcolor="#be2026";
pagecolor="#FFFFFF";
separatorcolor="#ffffff";
separatorsize=1;
subimage="";
subimagepadding=0;
bgimage="/assets/i/menu-black-bg.png";
overbgimage="/assets/i/menu-red-bg2.png";
pagebgimage="/assets/i/menu-red-bg2.png";
}

with(menuStyle2=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="trebuchet ms";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#FFFFFF";
offbgcolor="#acaeb2";
offcolor="#FFFFFF";
onbgcolor="#be2026";
oncolor="#FFFFFF";
padding=5;
pagebgcolor="#be2026";
pagecolor="#FFFFFF";
separatorcolor="#ffffff";
separatorsize=1;
subimage="/assets/i/menu-arrow.gif";
subimagepadding=5;
}


with(milonic=new menuname("Main Menu")){
    style=menuStyle;
    itemwidth = 120;  
    top=0;
    left=0;
    padding=5;
    alwaysvisible=1;
    orientation="horizontal";
    position = "relative";

            aI("text=About Us;showmenu=about_us");
                aI("text=Our Funds;showmenu=our_funds");
                aI("text=Our Structure;showmenu=our_structure");
                aI("text=Contact Us;url=contact_us.php?identity=contact_us;showmenu=contact_us");
    }

with(milonic=new menuname("about_us")){
    style=menuStyle2;
    itemwidth = 130;  
    padding=5;
    overflow='scroll';
    			aI("text=Why OXIP;url=page.php?identity=why-oxip");

			    			aI("text=Who we are;url=biographies.php?identity=biographies;showmenu=_biographies");

			    			aI("text=What we do;url=page.php?identity=what_we_do");

			    			aI("text=How we do it;url=page.php?identity=how_we_do_it");

			    	    	    	    }
with(milonic=new menuname("our_funds")){
    style=menuStyle2;
    itemwidth = 130;  
    padding=5;
    overflow='scroll';
    	    	    	    	    			aI("text=Overview;url=funds.php?identity=funds");

								aI("text=OXIP LP;url=funddetail.php?id=1");
						aI("text=OXIP Diversified;url=funddetail.php?id=2");
						    	    	    }
with(milonic=new menuname("our_structure")){
    style=menuStyle2;
    itemwidth = 130;  
    padding=5;
    overflow='scroll';
    	    	    	    	    	    			aI("text=The Board;url=the_board.php?identity=the_board");

			    			aI("text=Our advisers;url=page.php?identity=our_advisers");

			    }
with(milonic=new menuname("contact_us")){
    style=menuStyle2;
    itemwidth = 130;  
    padding=5;
    overflow='scroll';
    	    	    	    	    	    	    	    }

with(milonic=new menuname("_biographies")){
    style=menuStyle2;
    itemwidth = 130;  
    padding=5;
    overflow='scroll';
    	aI("text=Paul Berriman;url=biographydetail.php?id=17");
    	aI("text=Alastair Cuming;url=biographydetail.php?id=55");
    	aI("text=Paul Martin;url=biographydetail.php?id=18");
    	aI("text=Karl Sternberg;url=biographydetail.php?id=16");
    }

with(milonic=new menuname("_funds")){
    style=menuStyle2;
    itemwidth = 130;  
    padding=5;
    overflow='scroll';
    	aI("text=OXIP LP;url=funddetail.php?id=1");
    	aI("text=OXIP Diversified;url=funddetail.php?id=2");
    }













