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(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("Volscars")){
style=subMenu;
aI("text=Home;url=index.html;");
aI("text=Time & Date;url=v-time.html;");
aI("text=2008 Awards;url=awards-2007.html;");
aI("text=2007 Awards;url=awards-2008.html;");
aI("text=Photos;url=v-photo-video.html;");
aI("text=UTSports.com;url=http://www.utsports.com/;");
aI("text=UTLadyVols.com;url=http://www.utladyvols.com/;");
}

with(milonic=new menuname("MAwards")){
style=subMenu;
aI("text=Rookie of the Year;url=m-rookie.html;");
aI("text=Best Supporting Role;url=m-supporting.html;");
aI("text=Big Orange Award;url=m-big-orange.html;");
aI("text=Volunteer Award;url=m-volunteer.html;");
aI("text=Scholar-Athlete Award;url=m-scholar.html;");
aI("text=Mr. Tennessee;url=m-tennessee.html;");
aI("text=Coach of the Year;url=m-coach.html;");
aI("text=Best Athlete;url=m-best-athlete.html;");
aI("text=Team of the Year;url=m-team-year.html;");
}

with(milonic=new menuname("WAwards")){
style=subMenu;
aI("text=Rookie of the Year;url=w-rookie.html;");
aI("text=Best Supporting Role;url=w-supporting.html;");
aI("text=Big Orange Award;url=w-big-orange.html;");
aI("text=Volunteer Award;url=w-volunteer.html;");
aI("text=Scholar-Athlete Award;url=w-scholar.html;");
aI("text=Miss Tennessee;url=w-tennessee.html;");
aI("text=Coach of the Year;url=w-coach.html;");
aI("text=Best Athlete;url=w-best-athlete.html;");
aI("text=Team of the Year;url=w-team-year.html;");
}

with(milonic=new menuname("MiscAwards")){
style=subMenu;
aI("text=Best Supporting Staff;url=support-staff.html;");
aI("text=Best Team Comeback;url=comeback.html;");
aI("text=Best TV Moment;url=tv-moment.html;");
}
		
drawMenus();

