_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#7F0000";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=http://www.capitalpetanque.com/;");
aI("text=What is Petanque;target=;url=What-is-Petanque.html;");
aI("text=Where we play;target=;url=Where-we-play.html;");
aI("text=Playing times;target=;url=Playing-times.html;");
aI("text=Cost;target=;url=Cost.html;");
aI("text=Contact us;target=;url=Contact-us.html;");
aI("text=Events;target=;url=Events.html;");
aI("text=Boules;target=;url=Boules.html;");
aI("text=Committee & Links;target=;url=Committee-Links.html;");
aI("text=Newsletter;target=;url=Newsletter.html;");
aI("text=Site Map;target=;url=sitemap-alphabetical.html;");
}


 drawMenus();

