
/* stile del menu con hover */

.menuimg, .menulang {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-top: 232px;
	width: 125px;
	height: 45px;
	border: 0px solid red;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.menuimgint {
	width: 250px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

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

.firstmenuimg {
	margin-left: 110px;
}

/*
.menuimg A, .menuimg A:LINK, .menuimg A:VISITED {
	color: #6e6d6d;
}

.menuimg A:HOVER, .actmenuimgint A, .actmenuimgint A:LINK, .actmenuimgint A:VISITED, .actmenuimgint A:HOVER {
	color: black;
	font-weight: bold;
}
*/

.firstmenuimg2 {
	margin-left: 200px;
}

.menulang {
	font-size: 12px;
	width: 50px;
	height: 20px;
	border: 0px solid red;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
