/* 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: #999966;
	
}

#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: #666600;
}

#menu a.leftSpacer
{
	background-image:url("images/menu/AMBHL-BAA-RO_02.gif");
	background-repeat:no-repeat;
	height:20px;
	width:40px;
}

#menu a.league
{
	background-image:url("images/menu/AMBHL-BAA-RO_League.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.league:hover
{
	background-image:url("images/menu/AMBHL-BAA-RO_League-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.rule1
{
	background-image:url("images/menu/AMBHL-BAA-RO_04.gif");
	background-repeat:no-repeat;
	height:20px;
	width:22px;
}

#menu a.standings
{
	background-image:url("images/menu/AMBHL-BAA-RO_Standings.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.standings:hover
{
	background-image:url("images/menu/AMBHL-BAA-RO_Standings-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.rule2
{
	background-image:url("images/menu/AMBHL-BAA-RO_06.gif");
	background-repeat:no-repeat;
	height:20px;
	width:19px;
}

#menu a.schedule
{
	background-image:url("images/menu/AMBHL-BAA-RO_Schedule.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:79px;
}

#menu a.schedule:hover
{
	background-image:url("images/menu/AMBHL-BAA-RO_Schedule-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:79px;
}

#menu a.rule3
{
	background-image:url("images/menu/AMBHL-BAA-RO_08.gif");
	background-repeat:no-repeat;
	height:20px;
	width:18px;
}

#menu a.statistics
{
	background-image:url("images/menu/AMBHL-BAA-RO_Stats.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:59px;
}

#menu a.statistics:hover
{
	background-image:url("images/menu/AMBHL-BAA-RO_Stats-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:59px;
}

#menu a.rule4
{
	background-image:url("images/menu/AMBHL-BAA-RO_10.gif");
	background-repeat:no-repeat;
	height:22px;
	width:14px;
}

#menu a.rosters
{
	background-image:url("images/menu/AMBHL-BAA-RO_Rosters.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.rosters:hover
{
	background-image:url("images/menu/AMBHL-BAA-RO_Rosters-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.rule5
{
	background-image:url("images/menu/AMBHL-BAA-RO_12.gif");
	background-repeat:no-repeat;
	height:20px;
	width:26px;
}

#menu a.tournaments
{
	background-image:url("images/menu/AMBHL-BAA-RO_Tourn.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:111px;
}

#menu a.tournaments:hover
{
	background-image:url("images/menu/AMBHL-BAA-RO_Tourn-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:111px;
}

#menu a.rightSpacer
{
	background-image:url("images/menu/AMBHL-BAA-RO_14.gif");
	background-repeat:no-repeat;
	height:20px;
	width:438px;
}

#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
}

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;
}