body {
	font: 11px arial, "trebuchet ms" ;
	color: #555;
}

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #7b7b7b;
	font-size: 11px;
	height: auto;
}
li { width: auto; padding: 0 0 0 10px; }
a { color: #000; text-decoration: none; }
a:active { color: #f98b3d; font-weight: bolder; text-decoration: none; }
menu a:hover { text-decoration: underline; }
menu a:visited { color: #404041; }
ul li { background-image: url(../images/treemenu/nero.gif); background-repeat: no-repeat; }
ul li ul { color: #404041; margin: 2px 8px 2px 0; }
ul li ul li { background-image: url(../images/treemenu/grey.gif); background-repeat: no-repeat; padding-top: 0; padding-bottom: 0; padding-left: 10px; }
ul li ul li ul { margin: 2px 8px 2px 0; }
ul li ul li ul li { background-image: url(../images/treemenu/orange.gif); background-repeat: no-repeat; padding-top: 0; padding-bottom: 0; padding-left: 10px; }
.active { font-weight: bold;
	color: black; }
