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(menuStyle2=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=0;

subimagepadding=0;
}


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#333333";
offcolor="#ffff00";
onbgcolor="#990000";
oncolor="#ffff00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=140;
orientation="horizontal";
style=menuStyle2;
top=151;

aI("image=images/nav_clubhouse_new.gif;overimage=images/nav_clubhouse_new_on.gif;url=clubhouse.asp;");
aI("image=images/nav_fanfriendly_new.gif;overimage=images/nav_fanfriendly_new_on.gif;showmenu=fanfriendly;");
aI("image=images/nav_reviews_new.gif;overimage=images/nav_reviews_new_on.gif;url=reviews.asp;");
aI("image=images/nav_office_new.gif;overimage=images/nav_office_new_on.gif;url=office.asp;");
aI("image=images/nav_forthefans_new.gif;overimage=images/nav_forthefans_new_on.gif;showmenu=forthefans;");
aI("image=images/nav_contact_new.gif;overimage=images/nav_contact_new_on.gif;showmenu=contact;");

}

with(milonic=new menuname("fanfriendly")){
style=menuStyle;
aI("text=Award Voting;url=fanfriendly.asp;");
aI("text=Award Winners;url=players.asp;");
aI("text=Fan Favorite Stories;url=stories.asp;");
aI("text=Unfriendly Stories;url=unfriendly.asp;");

}



with(milonic=new menuname("forthefans")){
style=menuStyle;
aI("text=Events;url=events.asp;");
aI("text=Photo of the Week;url=photo.asp;");
aI("text=Baseball's Best Books;url=bestbooks.asp;");
aI("text=Reference;url=reference.asp;");
aI("text=MLB Blogs;url=blogs.asp;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Fans;url=contact-fans.asp;");
aI("text=Media Inquiries;url=contact-media.asp;");
aI("text=Request a PR Kit;url=contact-pr.asp;");
}

drawMenus();

