@charset "utf-8";

SPAN.TreeviewSpanArea A {
	font-family: verdana;
	color: #5E5E38;
	text-decoration:none;
    font-weight:bold;
}

SPAN.TreeviewSpanArea a:visited {
	color: #5E5E38;
    font-weight:bold;
}
SPAN.TreeviewSpanArea a:hover {
	color: #5E5E38;
	text-decoration:underline;
	background-color:#CCCC99;
    font-weight:bold;
}
SPAN.TreeviewSpanArea a:active {
	color: #990000;
	text-decoration:none;
    font-weight:bold;
}
SPAN.TreeviewSpanArea a:link {
	color: #5E5E38;
	text-decoration:none;
    font-weight:bold;
}

SPAN.TreeviewCurrentSezione{
	font-style:italic;
	color:#990000;
}

