_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#4F4F4F";
onbgcolor="#EFEFEF";
oncolor="#000000";
padding="6";
separatorcolor="#CFCFCF";
separatorsize="1";
subimage="images/grey_4x5.gif";
subimagepadding="6";
itemwidth="170";
}

with(submenuStyle=new mm_style()){
bordercolor="#8F8F8F";
borderstyle="solid";
borderwidth="1";
fontfamily="Tahoma";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#4F4F4F";
onbgcolor="#EFEFEF";
oncolor="#002A55";
padding="4";
subimage="images/grey_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Carp Rods;target=;url=carp-rods.php;");
aI("text=Carp Reels;target=;url=carp-reels.php;");
aI("text=Bite Alarm;target=;url=bite-alarm.php;");
aI("text=Other Gear Reviews;target=;url=other-gear-reviews.php;");
aI("text=Carp Kit Reviews;target=;url=carp-kit-reviews.php;");
}


 drawMenus();

