@charset "UTF-8";
/* CSS Document */


#lista_gruppi {
	list-style: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

#lista_gruppi li{
	margin: 0px;
	padding: 0px;
}

#lista_gruppi li a {
	display:block;
	padding:8px;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: normal;
	background-color: #FFF;
	}

#lista_gruppi li a:link, #lista_gruppi li a:visited
{}

#lista_gruppi li a:hover {
	display:block;
	padding:8px;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: normal;
	background-color: #CCC;
}

#lista_gruppi li a.active {
	display:block;
	padding:8px;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: normal;
	background-color: #CCC;
}


