/*@charset "utf-8";*/
/* classe div */
#Menu  {
	height: 224px;
	width: 135px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	top: 0px;
	vertical-align: top;
	/*left: -3px;*/
}
/* classe link */
.label {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #364469;
	text-decoration: none;
	outline: none;
	background-image: url(/immagini/menu/bg.gif);
	background-repeat: no-repeat;
	background-position: left 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	width: 135px;
	height: 32px;
	float: left;
	position: relative;
	line-height: 32px;
}
a.label:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6173A0;
	text-decoration: none;
	outline: none;
	background-image: url(/immagini/menu/bg.gif);
	background-repeat: no-repeat;
	background-position: left 0%;
	text-align:center;
	vertical-align:middle;
	margin: 0px;
	padding: 0px;
	width: 135px;
	height: 32px;
	position: relative;
	float: left;
	line-height: 32px;

}
.divmen {
	height: 32px;
	line-height: 32px;
	clear: right;
}
