#translationBar {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	right: 0px;
	position: absolute;
	width: 76px;
	height: 46px;
	background: url('../img/botao_linguas.png') no-repeat center;
	float: left;
}

.translationBarItem {
	width: 45px;
	height: 46px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 9pt;
	color: #AA8447;
	cursor: pointer;
}

.translationBarItem:HOVER {
	font-weight: bold;
}

.translationBarSeparator {
	width: 10px;
	height: 46px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background: url('../img/bolinha_menu.png') no-repeat center;
}