_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Blue";
borderstyle="solid";
borderwidth="1";
fontfamily="Comic Sans MS";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Blue";
offcolor="Gold";
onbgcolor="#00007F";
oncolor="Gold";
padding="6";
separatorcolor="Gold";
separatorsize="1";
subimage="images/circle_orange3d_7x7.gif";
subimagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
pagebgcolor="Black";
pagecolor="Black";
subimage="images/circle_orange3d_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=HOME;target=;url=http://www.shootingstarboers.com/;");
aI("text=BUCKS;target=;url=BUCKS.html;");
aI("text=DOES;target=;url=DOES.html;");
aI("text=EVENTS;target=;url=EVENTS.html;");
aI("text=CONTACT US;target=;url=CONTACT-US.html;");
aI("text=LINKS;target=;url=LINKS.html;");
}


 drawMenus();

