
/* stile del menu con hover */

.menuimg {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	width: 160px;
	height: 60px;
	border: 0px solid red;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.firstmenuimg {
	margin-left: 0px;
}

.menuimgint {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menuimg a:hover, .menuimg a:hover .menuimgint, .actmenuimgint {
	left: -160px;
	border: 0;
}


.menutxt {
	display: inline;
	float: left;
	margin-left: 35px;
	margin-top: 12px;
	border: 0px solid red;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.menutxt A, .menutxt A:LINK, .menutxt A:VISITED {
	color: white;
	font-size: 18px;
}

.menutxt A:HOVER, .actmenutxtint A, .actmenutxtint A:LINK, .actmenutxtint A:VISITED, .actmenutxtint A:HOVER {
	color: #d70a0b;
}

.menulang {
	display: inline;
	float: left;
	width: 40px;
	margin-left: 18px;
	margin-top: 5px;
	border: 0px solid red;
	text-align: center;
}

.firstmenuimglang {
	margin-left: 310px;
}


.menuimgright {
	width: 143px;
	height: 38px;
	border: 0px solid red;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.menuimgintright {
	width: 286px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menuimgright a:hover, .menuimgright a:hover .menuimgintright, .actmenuimgintright {
	left: -143px;
	border: 0;
}
