/****MENU******/
#top ul{
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 244px;
	left: 240px;

}

#top li {
	display: inline;
	text-align: center;
}

.selected {
	font-weight: bold;
	background-image: url(../img/common/common/selected.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.link_nav {
	display: block;
	float: left;
	text-decoration: none;
	color: #4d4b4e;
	text-align: center;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 30px;
}
/****FINE*****MENU******/

/****LINGUE*****/
#lingue {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 10px;
	left: 700px;
}

#lingue img {
	border: none;
}

#lingue a {
	display: block;
	float: left;
	text-decoration: none;
	color: #797977;
	text-align: center;
	width: 25px;
	height: 35px;
	margin-left: 10px;
}
/****FINE*****LINGUE*****/