@charset "UTF-8";
/* CSS Document */
#gruppi {
	padding: 0;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu_gruppi {
	width:155px;
	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: bold;
}

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

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

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

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

#menu_gruppi a.active {
	display:block;
	padding:4px;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #E9E9E9;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: bold;
}

