#infobar {
	font: message-box;
	width: 100%;
	position: absolute;
	top:0; left:0;
	line-height: 1.5em;
	z-index: 9999;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	float: left;
	width: 100%;
	color: InfoText;
	text-align: left;
	text-decoration: none;
	cursor: default;
	font-weight: bolder;
	border-bottom: .16em outset;
	background-color: InfoBackground;
}
#infobar span {
	padding:0 2px;
}
#infobar a:hover {
	color: HighlightText;
	background-color: Highlight;
}