_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=-2
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="#E0D0AE";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=7;
fontsize="98%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#A84922";
oncolor="#ffffff";
offbgcolor="#4776BA";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="98%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="images/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("2")){
style=menuStyle;
aI("text=Crime Prevention;url=crimeprevention.aspx;status=Crime Prevention;");
aI("text=Security Tips;url=security_tips.aspx;status=Security Tips;");
aI("text=Horse and Tack Security;url=securityhorses.aspx;status=Horse and Tack Security;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Donations and Payments;url=ccpayment.aspx;status=Donations and Payments;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Order Jaffa and Padlock Book;url=orderbook.aspx;status=Order Jaffa and Padlock Book;");
}

with(sat=new menuname("6")){
style=menuStyle;
aI("text=Stable yard awards;url=stableyardawards.aspx;status=Stable yard awards;");
}

with(sat=new menuname("7")){
style=menuStyle;
aI("text=Stolen horses;url=stolenhorses.aspx;status=Stolen horses;");
}

with(sat=new menuname("23")){
style=menuStyle;
aI("text=Young Riders Events;url=youngridersevents.aspx;status=Young Riders Events;");
aI("text=Competition;url=competition.aspx;status=Competition;");
}

drawMenus();

