#tree {
	padding: 10px 5px 15px 10px;
	width: 100%;
	border-width: 0;
	font-family: Verdana;
	text-align: left;
	text-decoration:none;	
	color: #738066;	
	white-space: nowrap;
	text-transform: capitalize;
	margin: 0;	
}

#tree a {
	text-decoration:none;
	color: #878B8E;
}

#tree a:hover {
	text-decoration: underline;
}

#tree .level1 {
	background-color: #F5F5F5;
	color: #820096;
	font-size: 10px;
	font-weight: bold;
	text-indent: 2px;
	text-transform: uppercase;
	padding: 2px 0px 2px 0px;
	margin: 15px 0px 0px 0px;
}


/* #tree .level1:before { content: " » "; }  o IE não suporta  */

#tree .level1 a, #tree .level2 a {
	color: #820096;
}

#tree .level2 {
	font-size: 10px;
	font-weight: bold;	
	text-indent: 4px;
	padding-top: 6px;
}

#tree .level3 {
	font-size: 10px;
	font-weight: normal;
	text-indent: 15px;
	padding-top: 5px;
}

#tree .levelx {
	font-size: 9px;
	font-weight: normal;
	text-indent: 30px;
	padding-top: 4px;
}
