#pageCover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	background:#999;
	display:none;
}

.menu {
	width: auto;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 110%
}

.r1 a:link {
	color: #909090;
	text-decoration: underline;
}

.r1 a:visited {
	color: #909090;
	text-decoration: underline;
}

.r1 a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.menu a:link {
	color: #909090;
	text-decoration: none;
}

.menu a:visited {
	color: #909090;
	text-decoration: none;
}

.menu a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#bannerDiv {
	border-bottom: 1px solid #005599;
	margin-right: 5px;
}

#teamBarDiv {
	background: #fff;
	border: 2px outset #e0e0e0;
	width: 350px;
	display: none;
	z-index: 10;
	position: absolute;
	top: 75px;
	left: 500px;
	padding: 2px;
}

#teamBarDiv a {
	text-decoration: none;
	color: #909090;
	width: auto;
}

#teamBarDiv a:hover {
	color: #000;
}

.teamBarHeadNormal, .teamBarHeadHigh, .teamBarItemNormal, .teamBarItemHigh {
	clear: both;
	padding: 2px;
}

.teamBarHeadNormal {
	color: #BE0F34;
}

.teamBarHeadHigh {
	color: #BE0F34;
}

.teamBarItemNormal {
	color: #000;
}

.teamBarItemHigh {
	color: #000;
	background: #5FBFF3;
}

.teamBarItemHigh a:hover {
	color: #000;
}

.itemContainer {
	padding-left: 13px;
}

#teamBarTop {
	margin: 4px;
	clear: both;
	height: 25px;
}