_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuMainStyle=new mm_style()){
onbgcolor="#F6C14F";
oncolor="#CB2624";
offbgcolor="#CB2624";
offcolor="#ffffff";
bordercolor="#F6C14F";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CB2624";
separatorsize="4";
padding=2;
fontsize="105%";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="ffffcc";
pagebgcolor="#CB2624";
headercolor="#CB2624";
headerbgcolor="#ffffcc";
subimage="arrow.gif";
subimagepadding="2";
image="square.gif";
imagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="Fade(overlap=1.00, duration=0.2)";
}

with(menuDropStyle=new mm_style()){
onbgcolor="#F6C14F";
oncolor="#CB2624";
offbgcolor="#CB2624";
offcolor="#ffffff";
bordercolor="#ffffcc";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffcc";
separatorsize="1";
padding=4;
fontsize="110%";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="ffffcc";
pagebgcolor="#CB2624";
headercolor="#CB2624";
headerbgcolor="#ffffcc";
subimage="arrow.gif";
subimagepadding="2";
image="square.gif";
imagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="Fade(overlap=1.00, duration=0.2)";
}



with(milonic=new menuname("Main Menu")){
style=menuMainStyle;
top=0;
left=0;
position="relative";
margin=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;");
aI("text=Latest News;url=news.html;");
aI("text=What's On;url=whatson.html;");
aI("text=Gallery;url=gallery.html;");
aI("text=Team News;showmenu=TeamNews;");
aI("text=Food & Drink;url=foodanddrink.html;");
aI("text=Community;url=community.html;");
aI("text=How To Find Us;url=findus.html;");
aI("text=Contact;url=contact.html;");
}

with(milonic=new menuname("TeamNews")){
style=menuDropStyle;
margin=4;
aI("text=Darts;url=darts.html");
aI("text=Football;url=football.html");
aI("text=Pool;url=pool.html");
}

drawMenus();

