/* Minification failed. Returning unminified contents.
(11,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
ul.tree, ul.tree * {list-style-type: none; margin: 0; padding: 0 0 10px 0; color:#546378;}
ul.tree li {clear: both; border:none;}
ul.tree li ul {padding: 0 0 0px 30px; margin: 0;}
ul.tree label {
    cursor: pointer;
    font-weight: normal;
    float: left;
    display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0rem
	line-height:15px;
	color:#546378;
	padding-left:25px;
}
@media (min-width: 450px){
	ul.tree label {float:none!important}
} 

ul.tree label:hover {color: #389de1;}
ul.tree li .expand {
    background-image: url(../images/collapsed.gif);
	width:10px; height:10px;
	float:left;
	margin:4px;
}
ul.tree li .expanded {
    background-image: url(../images/expanded.gif);
	width:10px; height:10px;
	float:left;
	margin:4px;
}
