
/* stile del menu con hover */

.menucont {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 960px;
	padding-left: 0px;
	border: 0px solid green;
	color: #000;
}

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

.firstmenuimg {
	margin-left: 45px;
}

.menuimgint {
	width: 256px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menuimg a {
	display: block;
	height: 120px;
}

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


.menutxt {
	display: inline;
	float: left;
	margin: 0px;
	border: 0px solid red;
	border: 0px solid red;
	text-align: center;
	font-family: book antiqua,palatino;
	font-size: 18px;
	font-weight: bold;
	margin-left: 0px;
}

.menutxt a {
	display: block;
	width: 152px;
	border: 0px solid red;
	text-align: center;
	padding: 2px 0;
	background: #fff;
	border: 1px solid #d7aa53;
	margin-left:5px;
}

.menutxt A, .menutxt A:LINK, .menutxt A:VISITED {
	color: #b88d3b;
}

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

.menulangcont {
	position: absolute;
	bottom: 10px;
	right: 30px;
	border: 0px solid green;
}

.menulang {
	display: inline;
	float: left;
	width: 40px;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 35px;
	border: 0px solid red;
	text-align: center;
}

.firstmenuimglang {
	margin-left: 415px;
}

.menulangheader {
	margin: 0px;
}

.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;
}

.menucont2 {
	padding-left: 280px;
	border: 0px solid green;
	color: #000;
	margin: 0 auto;
}

.menutxt2 {
	display: inline;
	float: left;
	margin: 5px;
	/*
	border: 0px solid red;
	text-align: center;
	border: 0px solid #f50b4e;
	padding: 4px;
	*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menutxt2 a {
	border: 0px solid red;
	text-align: center;
}

.menutxt2 A, .menutxt2 A:LINK, .menutxt2 A:VISITED {
	color: #000;
}

.menutxt2 A:HOVER, .actmenutxtint2 A, .actmenutxtint2 A:LINK, .actmenutxtint2 A:VISITED, .actmenutxtint2 A:HOVER {
	color: #f00;
}

.menulang A, .menulang A:LINK, .menulang A:VISITED {
	color: #bd0200;
	font-weight: bold;
}

.menulang A:HOVER {
	color: #f00;
}
