
.bar {
	width: auto;
	background-repeat: x-repeat;
	background-position: top right;
	height: 26px;
	padding-top: 0px;
}

div.bar div {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}

div.bar span {
	font-size:10px;
	color:#666666;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: white 2px 2px 3px;
}


div.bar img.Bar_Left {
	background-color: white;
	float: left;
}


div.bar img.Bar_Right {
	background-color: white;
	float: right;
}