#infobar
{
	background-color: infobackground;
	border-bottom: 2px ridge threedlightshadow;
	color: infotext;
	cursor: default;
	left: 0;
	padding: 2px;
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 32767;
}

#infobar:hover
{
	background-color: highlight;
	border-bottom-color: threedshadow;
	color: highlighttext;
}

#infobar span
{
	background: url(../images/icons/lightbulb.png) no-repeat left;
	padding-left: 22px;
}

#infobar span a
{
	color: infotext;
	text-decoration: none;
}

#infobar:hover span a
{
	color: highlighttext;
}