fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
/*bordercolor="#296488"; */
bordercolor="#F7D58D";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#DCE9F0";
offbgcolor="#fef9d8";
offcolor="#000000";
/* onbgcolor="#4F8EB6"; */
onbgcolor="#660000";
oncolor="#f7d58d";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
//pagebgcolor="#82B6D7";
pagebgcolor="#660000";
//pagecolor="black";
pagecolor="#f7d58d";
//separatorcolor="#2D729D";
separatorcolor="#f7d58d";

separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Melton Hunt Club")){
screenposition="center";
alwaysvisible=1;
/* left=10; */
orientation="horizontal";
style=menuStyle;
top=17; 
aI("text=Home;url=index.shtml;tooltip=Home page");
aI("text=Events;url=mhcevents.shtml;tooltip=Coming events");
aI("text=Racing;showmenu=Racing;tooltip=Point-to-point racing at Garthorpe");
aI("text=Rides;showmenu=Rides;tooltip=Cross-country and sponsored rides");
aI("text=MHC;showmenu=MHC;tooltip=Aims, subscriptions and history");
aI("text=Contact;url=mhccontactus.html;tooltip=How to contact us");
aI("text=Help;showmenu=Help");
}

with(milonic=new menuname("Racing")){
style=menuStyle;

aI("text=Preview;url=mhcpreview.html;tooltip=MHC raceday preview");
aI("text=Results;url=mhcresults.html;tooltip=MHC point-to-point results");
aI("text=Garthorpe;url=mhcgarthorpe.html;tooltip=Garthorpe racecourse");
}

with(milonic=new menuname("Rides")){
style=menuStyle;
aI("text=Cross-country ride;url=mhcxcride.html;tooltip=Cross-country ride");
aI("text=Sponsored ride;url=mhcspride.html;tooltip=Sponsored ride");
}

with(milonic=new menuname("MHC")){
style=menuStyle;
aI("text=Hunting;url=mhchunting.html;tooltip=Hunting arrangements");
aI("text=Subscriptions;url=mhcsubs.html;tooltip=Subscriptions");
aI("text=History;url=mhchistory.html;tooltip=History of the MHC");
}

with(milonic=new menuname("Help")){
style=menuStyle;
aI("text=Help and Site-map;url=mhchelp.html;tooltip=Help with this website");
aI("text=Search;url=mhcsearch.html;tooltip=Search this website");
aI("text=Advertising;url=mhcadvertising.html;tooltip=Advertising on this website");
aI("text=Newsfeeds;url=mhcrssinfo.html;tooltip=Newsfeeds, especially for mobile phones");
}

drawMenus();

