_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style())
{
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
imagepadding=6;
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#5871B3";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.3)";
padding=1;
separatorcolor="#ffffff";
separatorsize=1;
subimage="images/arrow_down.gif";
subimagepadding=2;
subimageposition="left";
}

with(submenuStyle=new mm_style())
{
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#1b2c85";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=85);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="images/arrow_right.gif";
subimagepadding=2;
}

with(milonic=new menuname("TanLeague.com"))
{
overflow="scroll";
style=submenuStyle;
openstyle="down";
margin=4;
aI("text=Home;url=index.htm;");
aI("text=4vs4;url=http://www.4vs4.tanleague.com;");
aI("text=About Tanarus;url=about.htm;");
aI("text=Links;showmenu=Links;");
}

	with(milonic=new menuname("Links"))
	{
	overflow="scroll";
	style=submenuStyle;
	margin=4;
	aI("text=Official Tanarus Website;url=http://tanarus.station.sony.com/main.jsp;");
	aI("text=BattleOP.com;url=http://www.battleop.com;");
	aI("text=Treads (Player made game);url=http://www.battleop.net/Treads/;");
	aI("text=60 Tons (Player made game);url=http://www.60tons.com;");
	}

with(milonic=new menuname("Resources"))
{
overflow="scroll";
style=submenuStyle;
openstyle="down";
margin=4;
aI("text=Strategy Guides (75% Done);");
aI("text=Map Editor (Incomplete);");
aI("text=Tanarus Videos;url=videos.htm;");
}

with(milonic=new menuname("TPL"))
{
overflow="scroll";
style=submenuStyle;
openstyle="down";
margin=4;
aI("text=League Rules;url=tplrules.htm;");
aI("text=Team Rosters;url=tplrosters.htm;");
aI("text=Match Schedules;url=tplschedule.htm;");
}

with(milonic=new menuname("Scores"))
{
overflow="scroll";
style=submenuStyle;
openstyle="down";
margin=4;
aI("text=Team Standings;url=tplteamstandings.htm;");
aI("text=Player Stats;url=tplplayerstats.htm;");
aI("text=Leader Board;url=tplleaders.htm;");
aI("text=Record Book;url=tplrecords.htm;");
aI("text=Archive;url=tplarchive.htm;");
}

drawMenus();

