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(mainStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
align="center"
offcolor="#003300";
oncolor="#d2ad5c";
padding="6";
}

with(subStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
offbgcolor="#f6f6f6";
offcolor="#000000";
onbgcolor="#f4d08c";
oncolor="#000000";
padding=4;
separatorcolor="#555555";
separatorsize=1;
/*
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
*/
}


with(milonic=new menuname("ABOUT")){
style=subStyle;
aI("text=Executive Team;url=adp-team.html;")

}

with(milonic=new menuname("TECHNOLOGIES")){
style=subStyle;
aI("text=Algae;url=algae-fuel.html;")
aI("text=Landfill Recovery;url=landfill.html;")
aI("text=Methane Capture;url=methane-capture.html;")
aI("text=Plasma Arc Gasification;url=plasma.html;")
aI("text=Renewable Diesel;url=renewable-diesel.html;")
aI("text=Solar;url=solar.html;")
aI("text=Tire Pyrolysis;url=tires.html;")
aI("text=Wind Energy;url=wind.html;")

}

with(milonic=new menuname("FINANCING")){
style=subStyle;
aI("text=Carbon Credit;url=carbon-credit-financing.html;")
aI("text=Equity Financing;url=green-equity-financing.html;")
aI("text=Project Financing;url=green-project-financing.html;")

}



drawMenus();


