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=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style())
{
	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth=0;
	fontfamily="Verdana, Tahoma, Arial";
	fontsize="80%";
	fontstyle="normal";
	headerbgcolor="#ffffff";
	headercolor="#000000";
	offbgcolor="#83B2C6";
	offcolor="#ffffff";
	onbgcolor="#226292";
	oncolor="#ffffff";
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);";
	padding=4;
	pagebgcolor="#82B6D7";
	pagecolor="black";
	separatorcolor="#ffffff";
	separatorsize=0;
	//subimage="http://www.milonic.com/menuimages/arrow.gif";
	subimagepadding=2;
}

with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	left="offset=";
	orientation="horizontal";
	style=menuStyle;
	aI("url=index.htm;image=images/home.jpg;");
	aI("showmenu=Company;image=images/index_13.jpg;overimage=images/t_company.jpg;");
	aI("showmenu=Technology;image=images/index_14.jpg;overimage=images/technology_t.jpg;");

        aI("showmenu=R&D;image=images/index_16.jpg;overimage=images/rnd_t.jpg;");
	aI("url=investores.htm;image=images/index_17.jpg;");
	aI("url=contact.htm;image=images/index_18.jpg;");
}

with(milonic=new menuname("Company"))
{
	overflow="scroll";
	style=menuStyle;
	aI("text=Overview;url=index_overview.htm;")
	aI("text=Management;url=index_management.htm;")
	aI("text=Scientific advisory board;url=index_sab.htm;")
	aI("text=Publications;url=publications.htm;")
	aI("text=News;url=index_news.htm;")
}

with(milonic=new menuname("Technology"))
{
	style=menuStyle;
	aI("text=The Ubiquitin System;url=technology_ubi.htm;");
	aI("text=Target Discovery and Validation;url=technology_dscovery_valid.htm;");
	aI("text=Assay Development;url=technology_assay.htm;");
	aI("text=Drug Discovery;url=technology_drug_discovery.htm;");
	aI("text=Drug Development;url=technology_drug_development.htm;");
}

with(milonic=new menuname("R&D"))
{
	style=menuStyle;
	aI("text=Anticancer programs;url=rnd_disease.htm;");
	aI("text=Collaborations;url=rnd_collaborations.htm;");
}


drawMenus();

