/* CSS Document */
body.thrCol {
	width: 1024px;
	margin: auto;
	background-color: #EEEEEE;
}

.thrCol #container {
	width: 1023px;
	background: white;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	position: absolute;
}

.thrCol .clear {
	clear: both;
}

.thrCol .leftCol {
	float: left;
	width: 170px;
}

.thrCol .centerCol{
	float: left;
	width: 449px;
	padding-left: 20px;
}

.thrCol .leftcenterCol {
	float: left;
	width: 579px;
	padding-left: 60px;
}

.thrCol .leftcenterrightCol {
	float: left;
	width: 650px;
	padding-left: 60px;
}

.thrCol .rightCol{
	float:left;
	width: 384px;
	text-align: center;
}

.thrCol .bottomBar {
	width: 1023px;
	height: 149px;
}

.thrCol .creator {
	text-align: center;
}
/* Menu formatting */
#menu
{
	width: 670px;
	height: 22px;
	background: white;
	float: left;
	padding-bottom: 10px;
	padding-left:0px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0px;
	float: left;
	height:60px;
}

#menu a
{
	text-decoration: none;
	display: block;
	margin: 0;
	padding-left: 0px;
	color: #000000;
	font-size: 11px;
	font-family: Arial Narrow; sans-serif;
	background-color: #99CCFF;
	
}

#menu a#header
{
	display: block;
	margin: 0;
	padding: 0px;
	color: #000000;
	background-color: white;
	text-decoration: none;
}

#menu a:hover
{
	color:white;
	font-weight: 300;
	background-color: #660033;
}

#menu a.leftSpacer
{
	background-image:url("images/menu/PWAA-LeftSpace.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:32px;
}

#menu a.league
{
	background-image:url("images/menu/PWAA-League.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:62px;
}

#menu a.league:hover
{
	background-image:url("images/menu/PWAA-LeagueRO.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:62px;
}

#menu a.rule1
{
	background-image:url("images/menu/PWAA-Rule1.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:26px;
}

#menu a.standings
{
	background-image:url("images/menu/PWAA-Standings.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:77px;
}

#menu a.standings:hover
{
	background-image:url("images/menu/PWAA-StandingsRO.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:77px;
}

#menu a.rule2
{
	background-image:url("images/menu/PWAA-Rule2.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:23px;
}

#menu a.schedule
{
	background-image:url("images/menu/PWAA-Schedule.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:72px;
}

#menu a.schedule:hover
{
	background-image:url("images/menu/PWAA-ScheduleRO.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:72px;
}

#menu a.rule3
{
	background-image:url("images/menu/PWAA-Rule3.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:23px;
}

#menu a.statistics
{
	background-image:url("images/menu/PWAA-Stats.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:74px;
}

#menu a.statistics:hover
{
	background-image:url("images/menu/PWAA-StatsRO.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:74px;
}

#menu a.rule4
{
	background-image:url("images/menu/PWAA-Rule4.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:24px;
}

#menu a.rosters
{
	background-image:url("images/menu/PWAA-Roster.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:61px;
}

#menu a.rosters:hover
{
	background-image:url("images/menu/PWAA-RosterRO.jpg");
	background-repeat:no-repeat;
	height:29px;
	width:61px;
}

#menu a.rule5
{
	background-image:url("images/menu/PWAA-Rule5.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:28px;
}

#menu a.tournaments
{
	background-image:url("images/menu/PWAA-Tournament.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:97px;
}

#menu a.tournaments:hover
{
	background-image:url("images/menu/PWAA-TournamentRO.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:97px;
}

#menu a.rightSpacer
{
	background-image:url("images/menu/PWAA-RightSpace.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:40px;
}

#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	width:130px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:22px;
	left:5px;
	text-indent:5px
}

div#menu ul ul , div#menu ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
{
	display: block;
}