_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50             // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=15              // Sub menu top offset
_subOffsetLeft=-15            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor='#FFFFFF'; // override
oncolor='#000000'; // override
offbgcolor='#EEEEEE'; // override
offcolor='#000000'; // override
border='0'; // override
border='0'; // override
border='0'; // override
separatorcolor='#FFFFFF'; // override
separatorsize='1';
padding=5;
fontsize='11px'; // override
font='century gothic'; // override
font='century gothic'; // override
font='century gothic'; // override
pagecolor='#FFFFFF'; // override
pagebgcolor='#e62228'; // override
headercolor='#000000';
bgcolor='#000000'; // override
subimagepadding='2';
overfilter='Fade(duration=0.0);Alpha(opacity=90)'; // override
outfilter="Fade(duration=0.2)";
}

with(innerStyle=new mm_style()){
onbgcolor='#FFFFFF'; // override
oncolor='#000000'; // override
offbgcolor='#EEEEEE'; // override
offcolor='#000000'; // override
bordercolor='#DDDDDD';
borderstyle='solid';
borderwidth=1;
separatorcolor='#FFFFFF'; // override
separatorsize='1';
padding=5;
fontsize='11px'; // override
font='century gothic'; // override
font='century gothic'; // override
font='century gothic'; // override
pagecolor='#FFFFFF'; // override
pagebgcolor='#e62228'; // override
headercolor='#000000';
bgcolor='#000000'; // override
subimagepadding='2';
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2)";
}

with(milonic=new menuname('Main Menu')){
style=menuStyle;
alwaysvisible=1;
position='relative';
orientation='vertical';
itemwidth='175';
aI("status=Why Electricity?;text=Why Electricity?;url=energy_efficiency_01_why_electricity-497.html;;");
aI("status=Insulation Is Important;text=Insulation Is Important;url=energy_efficiency_01insulation_is_important-51.html;;");
aI("status=Radiant Heating Best;text=Radiant Heating Best;url=energy_efficiency_02radiant_heating_best-334.html;;");
aI("status=Thermostats & Control;text=Thermostats & Control;url=energy_efficiency_03thermostats_control-336.html;;");
aI("status=Operating Costs;text=Operating Costs;url=energy_efficiency_04operating_costs-383.html;;");
aI("status=Building Regulations;text=Building Regulations;url=energy_efficiency_05building_regulations-384.html;;");
aI("status=SAP Calculations;text=SAP Calculations;url=energy_efficiency_06sap_calculations-385.html;;");
aI("status=HIP Energy Perf Cert;text=HIP Energy Perf Cert;url=energy_efficiency_07hip_energy_perf_cert-386.html;;");
};

