<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.statictree{
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}


.li a{
	padding: 4px 0px 4px 5px;
	display: block;
	font-size: 11px;
	border-top: 1px solid #fff;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

.li a:hover{
	margin: 0px;
	color: #f00;
	background-color: #fff;
	padding: 4px 0px 4px 5px;
	font-weight: bold;
}

.li  #current {
	margin: 0px;
	color: #f00;
	background-color: #fff;
	padding: 4px 0px 4px 5px;
	font-weight: bold;
}


.li_sub a{
	padding: 4px 0px 4px 5px;
	display: block;
	font-size: 11px;
	border-top: 1px solid #fff;
	background-color: #FF6666;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}</pre></body></html>