/* CSS Document */
body.thrCol {
	width: 1024px;
	margin: auto;
	background-color: #EEEEEE;
}

.thrCol #container {
	width: 1024px;
	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: 451px;
	padding-left: 20px;
}

.thrCol .leftcenterCol {
	float: left;
	width: 580px;
	padding-left: 60px;
}

.thrCol .rightCol1{
	float:left;
	width: 192px;
	text-align: center;
}
.thrCol .rightCol2{
	float:left;
	width: 190px;
	text-align: center;
}

.thrCol .bottomBar {
	width: 1023px;
	height: 149px;
}

.thrCol .creator {
	text-align: center;
}
/* Menu formatting */
#menu
{
	width: 1024px;
	height: 20px;
	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: black;
	font-size: 11px;
	font-family: Arial Narrow; sans-serif;
	background-color: #CD9933;
	
}

#menu a#header
{
	display: block;
	margin: 0;
	padding: 0px;
	color: #000000;
	background-color: white;
	text-decoration: none;
}

#menu a:hover
{
	color:black;
	font-weight: 300;
	background-color: #CBCC66;
}

#menu a.leftSpacer
{
	background-image:url("images/menu/REM-Banner_02.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:33px;
}

#menu a.league
{
	background-image:url("images/menu/REM_League.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.league:hover
{
	background-image:url("images/menu/REM_League-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.rule1
{
	background-image:url("images/menu/REM-Banner_04.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:28px;
}

#menu a.standings
{
	background-image:url("images/menu/REM_Stand.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.standings:hover
{
	background-image:url("images/menu/REM_Stand-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.rule2
{
	background-image:url("images/menu/REM-Banner_06.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:28px;
}

#menu a.schedule
{
	background-image:url("images/menu/REM_Schedule.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.schedule:hover
{
	background-image:url("images/menu/REM_Schedule-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.rule3
{
	background-image:url("images/menu/REM-Banner_08.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:24px;
}

#menu a.statistics
{
	background-image:url("images/menu/REM_Stats.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:59px;
}

#menu a.statistics:hover
{
	background-image:url("images/menu/REM_Stats-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:59px;
}

#menu a.rule4
{
	background-image:url("images/menu/REM-Banner_10.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:23px;
}

#menu a.rosters
{
	background-image:url("images/menu/REM_Roster.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.rosters:hover
{
	background-image:url("images/menu/REM_Roster-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.rule5
{
	background-image:url("images/menu/REM-Banner_12.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:25px;
}

#menu a.tournaments
{
	background-image:url("images/menu/REM_Tourn.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:110px;
}

#menu a.tournaments:hover
{
	background-image:url("images/menu/REM_Tourn-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:110px;
}

#menu a.rightSpacer
{
	background-image:url("images/menu/REM-Banner_14.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:416px;
}

#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	width:130px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:20px;
	left:5px;
	text-indent:5px
}

#menu ul ul ul
{
	position: absolute;
	width:200px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:0px;
	left:129px;
	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;
}