#idList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: hand;
	text-align: left;



}
 
#idList li {
	display: block;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 150px;
	text-align: left;


}
#idList li a:link {
	color: #666666;
	text-decoration: none;
}
#idList li a:active {
	color: #666666;
	text-decoration: none;
}
#idList li a:visited {
	color: #666666;
	text-decoration: none;
}
#idList li a:hover {
	color: #666666;
	text-decoration: underline;

}
#menuVer {
	text-align: left;
	padding: 0px;
	width: 150px;
	margin: 0px;


}
#menuVerTitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #999999;
	text-align: center;
	padding: 4px;
	width: 150px;
	margin-left: 0px;
	background-image: url(../../img_comuni/sfondo_menu_ver.jpg);
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee;





}

