@import url("menu.css");

div.navbar {
	position: relative;
	top: 0px;
	left: 0px;
	height: 92px;
	right: 0px;
}

img.logo {
	position: absolute;
	top: 21px;
	left: 45px;
	width: 115px;
	height: 40px;
}

img.payoff {
	position: absolute;
	top: 37px;
	left: 209px;
	width: 183px;
	height: 9px;
}
img.logo.parcour {
	width: 116px;
	height: 38px;
}

ul.scelta_lingua {
	position: absolute;
	right: 43px;
	top: 37px;
	font-weight: bold;
	line-height: 11px;
	height: 11px;
}
ul.scelta_lingua>li {
	cursor: pointer;
	display: inline;
	float: left;
	margin-left: 0px;
	color: rgb(112,112,112);
}
ul.scelta_lingua>li+li {
	margin-left: 8px;
}

a.share {
	position: absolute;
	right: 43px;
	top: 54px;
	background-color: rgb(98,98,98);
}

a.share>span {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	height: 12px;
	color: rgb(255,255,255);
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
}

ul.scelta_lingua>li[lang=zh] {
	display: none;
}