p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
	margin-right: 30px;

}
.nero {
	color: #000000;
}
a {
	font-weight: bold;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:over {
	font-weight: bold;
	color: yellow;
}

.btn {
	float: left;
	clear: both;
	background: url(/imma/menu_css/bt_sx.jpg) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 23px;
	background: url(/imma/menu_css/bt_centro.jpg) repeat-x left top;
	line-height: 23px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(/imma/menu_css/bt_dx.jpg) no-repeat;
	float: left;
	width: 10px;
	height: 23px;
}

.btn_giallo { background-color: yellow; }
