.InfoBarContainer
{
	position: relative;
	width: 492px;
	height: 66px;
	margin-top: 5px;
	overflow: hidden;
}

.InfoBarItem
{
	width: 66px;
	height: 100%;
	margin-right: 5px;
	z-index: 1;
	float: left;
}

#InfoBar
{
	position: absolute;
	top: 66px;
	width: 100%;
	z-index: 2;
	background-color: black;
	background: url( '../img/infobarback.png' );
	color: white;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	
	padding: 3px;
}

#InfoBarItem1 { background: url( ../img/infobaritem1.png ); }
#InfoBarItem2 { background: url( ../img/infobaritem2.png ); }
#InfoBarItem3 { background: url( ../img/infobaritem3.png ); }
#InfoBarItem4 { background: url( ../img/infobaritem4.png ); }
#InfoBarItem5 { background: url( ../img/infobaritem5.png ); }
#InfoBarItem6 { background: url( ../img/infobaritem6.png ); }
#InfoBarItem7
{
	background: url( ../img/infobaritem7.png );
	margin-right: 0;
}

