#menu-topo {
	float: left;
	height: 50px;
}

.item-menu-topo {
	min-width: 140px;
	height: 50px;
	line-height: 50px;
	background: #6F94B8;
	margin-right: 1px;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

.item-menu-topo a {
	display: block;
}

.item-menu-topo:hover {
	background: #80A0C1;
}

.item-usuarios .icone {
	background: url('../img/icones-topo.png') no-repeat 0 0;
	width: 24px;
	height: 18px;
	margin: 16px 0 0 10px;
	position: absolute;
}

.item-configuracoes .icone {
	background: url('../img/icones-topo.png') no-repeat -32px -2px;
	width: 17px;
	height: 18px;
	margin: 16px 0 0 6px;
	position: absolute;
}

.item-menu-topo .marcador-submenu-topo {
	position: absolute;
	margin: -28px 0 0 120px !important;
}

.item-documentacao .icone {
	background: url('../img/icone-documentacao.png');
	width: 17px;
	height: 17px;
	margin: 16px 0 0 6px;
	position: absolute;
}