_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/amaMainBack8L.gif";
decoration="underline";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offcolor="MediumBlue";
oncolor="DodgerBlue";
pagecolor="DodgerBlue";
subimagepadding="2";
itemheight="26";
itemwidth="120";
}

with(submenuStyle=new mm_style()){
align="center";
bgimage="images/amaSubBack3.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offcolor="MediumBlue";
oncolor="Navy";
ondecoration="underline";
padding="6";
pagecolor="Navy";
separatorsize="3";
separatorimage="images/amaSubSep13.gif";
itemheight="29";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=720;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;align=center;");
aI("showmenu=Energy SavingsHome EvaluationsINFO_BAR_MENU;text=Energy Savings;target=;url=Energy-Savings.html;align=center;");
aI("showmenu=Clean EnergySolarINFO_BAR_MENU;text=Clean Energy;target=;url=Clean-Energy-&-Renewable-Energy-Technology.html;align=center;");
aI("text=Incentives;target=;url=Incentives.html;align=center;");
aI("text=About Us;target=;url=About-Performance-Energy,-Inc.html;align=center;");
aI("text=Contact;target=;url=Contact.html;align=center;keepalive=1;");
}

with(milonic=new menuname("Energy SavingsHome EvaluationsINFO_BAR_MENU")){
style=submenuStyle;
orientation="horizontal";
aI("text=Home Evaluations;target=;url=Home-Performance-Testing.html;");
aI("text=Insulation;target=;url=InsulSmart-Insulation.html;");
aI(";");
}

with(milonic=new menuname("Clean EnergySolarINFO_BAR_MENU")){
style=submenuStyle;
orientation="horizontal";
aI("showmenu=SolarSolar Hot WaterINFO_BAR_MENU;text=Solar;target=;url=Solar.html;");
}

with(milonic=new menuname("SolarSolar Hot WaterINFO_BAR_MENU")){
style=submenuStyle;
orientation="horizontal";
aI("text=Solar Hot Water;target=;url=Solar-Hot-Water.html;");
aI("text=Solar Electric;target=;url=Solar-Electric.html;");
aI(";");
}


 drawMenus();

