.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.escsstree {
	font: normal 12px "MS Sans Serif", Serif, Arial, sans-serif;
}
div.escsstree ul, div.escsstree li {
	margin: 0; padding: 0;
	list-style: none outside;
}
div.escsstree ul {
	margin-left: 20px;
}
div.escsstree ul.lev0 {
	margin-left: 20px;
}
div.escsstree a {
	color: #000000;
	text-decoration: none;
}
div.escsstree a:hover {
	color: #000066;
	background-color: #ffffff;
	text-decoration: underline;
}
div.escsstree a.lev0{
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
	/*font-style: italic;*/
	color: #993300;
}
div.escsstree a.selected {
    background-color: #7561a3;
	color: #ffffff;
}
div.escsstree a.lev1{
	font-weight: bold;
}
div.escsstree a.lev2{
}
div.escsstree a.lev3{
	font-style: italic;
}
div.escsstree li {
	margin-left: 0px;
	margin-top: 3px;
}
div.escsstree li.plus {
	list-style: none outside url(../img/plus.gif);
}
div.escsstree li.open {
	list-style: none outside url(../img/open.gif);
}
div.escsstree li.minus {
	list-style: none outside url(../img/minus.gif);
}
div.escsstree li.none {
	list-style: none outside url(../img/blank.gif);
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
 
/* Fix IE. Hide from IE Mac \*/
* html div.escsstree a, * html div.escsstree li div {
	height: 1%;
}
/* End */
