img {border: 0px;}


UL.tree LI {LIST-STYLE-TYPE: none;}

UL.tree {
	MARGIN: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}

UL.tree LI.Open UL {
	DISPLAY: run-in;
}

UL.tree LI.Close UL {
	DISPLAY: none;
	visibility: hidden;
}

UL.tree LI {
	FONT-SIZE: 11px;
	COLOR: black;
}

UL.tree LI UL LI {
	FONT-SIZE: 11px;
	padding:0px 0px 0px 0px; /*padding for li but buggy in Mozzilla*/
}

UL.tree LI UL LI UL LI {
	FONT-SIZE: 10px;
}

UL.tree UL LI UL LI UL LI LI {
	FONT-SIZE: 9px;
}

UL.tree LI:hover {
	COLOR: #7f2706;
}


.tree {
    width: 145px;
    padding: 0px 0px 0px 0px;
    border-top:0px solid #182f10;
    background-color: #ebdeb8;}
  


#tree1 {
	width:100%;
	background-color: #ebdeb8;
	font-weight: normal;
	CURSOR: default;
 	DISPLAY: none;
	}

#transition {
	 width:100%;
	 filter: revealTrans(duration=1, transition=19);
	}


