_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(mainMenu=new mm_style()){
bgimage="xp_button_green.gif";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="italic";
fontweight="bold";
image="transparent.gif";
imagepadding=4;
itemheight=30;
itemwidth=225;
offcolor="#ffffff";
oncolor="#ffffff";
overbgimage="xp_button_burnton.gif";
subimage="black_7x7.gif";
subimagepadding=8;
}

with(subMenu=new mm_style()){
bgimage="xp_button_burnt.gif";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="italic";
fontweight="bold";
image="transparent.gif";
imagepadding=4;
itemheight=30;
itemwidth=225;
offcolor="#ffffff";
oncolor="#ffffff";
overbgimage="xp_button_burnton.gif";
subimage="black_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=mainMenu;
itemheight=5;
	aI("showmenu=Volscars;text=VOLSCARS;");
	aI("showmenu=MAwards;text=Men's Awards;");
	aI("showmenu=WAwards;text=Women's Awards;");
	aI("showmenu=MiscAwards;text=Other Awards;");
}



drawMenus();