
/* stile del menu con hover */

.menuimg {
	display: inline;
	float: left;
	margin-left: 2px;
	width: 134px;
	height: 33px;
	margin-right: 0px;
	margin-top: 208px;
	border: 0px solid red;
	position: relative;
	overflow: hidden;
}

.menuimgint {
	width: 268px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

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

.firstmenuimg {
	margin-left: 165px;
	border: 0px solid yellow;
}
