_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="normal";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="solid";

headerbgcolor="#ffffff";
headercolor="#000000";

//bg color when mouse was out
offbgcolor="#88C1FA";
//font color at normal
offcolor="#000000";
//bg color when mouse was over
onbgcolor="#023167";
//font color when mouse was over
oncolor="#ffffff";

//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
//subimage="arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Project_Info")){
overflow="scroll";
style=menuStyle;
aI("text=Project Presentation;url=CLIEC site tour 9-8-09 (2).pdf;")
aI("text=FAQ;url=faq.html;")
aI("text=Images - Site and Facility;url=siteandfacility.html;")
aI("text=Project Schedule;url=ProjectSchedule.html;")
aI("text=Community Support for Project;url=commsupport.html;")
aI("text=Caithness;url=Caithness.html;")
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Press Releases;url=pressreleases.html;");
aI("text=Project in the News Page;url=projectinnews.html;");
aI("text=Project Status;url=ProjectStatus.html;");
aI("text=Public Meetings;url=PublicMeetings.html;");
aI("text=Permit Documents;url=permitdocument.html;");
}

with(milonic=new menuname("Add_Info")){
style=menuStyle;
aI("status=LIPA Selection;text=LIPA Selection;url=LIPA.html;");
aI("text=Environmental Benefits;url=environmenbenefits.html;");
aI("text=Local Economic Benefits;url=localecobenefits.html;");
aI("text=Community Relations;url=commrelations.html;");
}

drawMenus();

