.menusx {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:10px;
}
.menusx p {
	font-size:12px;
	color:#579B4A;
	background: url(../images/menusx_p.gif) no-repeat;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	margin: 0px;
}
.menusx ul {
	margin:0px;
	padding:0px;
}
.menusx ul:hover {
}
.menusx li {
	display:inline; /*win 6*/
	margin: 0px;
	padding:0px;
}
.menusx li.sottovoci {
	text-indent: 15px;
}
.menusx a {
	display:block;
	text-decoration:none;
	margin: 2px 2px;
	padding:1px 0px 1px 7px;
	font-weight: normal;
}
.menusx a:link {
	border: 1px dotted #CCCCCC;
	background:#f5f5f5;
	color:#666666;
}
.menusx a:visited {
	border: 1px dotted #CCCCCC;
	background:#f5f5f5 url(../images/freccetta_visited.gif) no-repeat 0px center;
	color:#666666;
}

.menusx a:hover {
	color:#666666;
	text-decoration:none;
	background: #fff url(../images/freccetta.gif) no-repeat 0px center;
}
.menusx a.attivo {
	color:#666666;
	text-decoration:none;
	background: #fff url(../images/freccetta.gif) no-repeat 0px center;
	font-weight: bold;
}

.lista_domande {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style: decimal;
}
.lista_domande li {
	margin: 3px 0px;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
