ul.simpletree_root,ul.simpletree_root ul {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-type: none;
	background: url(/admin/media/images/simpletree/line.gif) repeat-y;
	margin: 0;
	padding: 0;

}

ul.simpletree_root ul {
	margin-left: 17px;
	display: none;
	
}

.simpletree_root ul { list-style-image:none;}

ul.simpletree_root li {
	margin: 0;
	padding: 1px 2px 1px 0px; /*0 12px*/
	background: url(/admin/media/images/simpletree/join.gif) no-repeat;
}


li.simpleTreeLevel, li.simpleTreeRootLevel {
	margin: 0;
	padding: 1px 2px 1px 0px; /*0 12px*/
	background: url(/admin/media/images/simpletree/join.gif) no-repeat;
	color: red;
}

ul.simpletree_root a:link,
ul.simpletree_root a:visited {
	color: #ccc;
	text-decoration: none;
	padding:2px;
	margin-top:-3px;
}

ul.simpletree_root a:hover {
	color: #a5e600;
	background-color: #333;
	text-decoration: none;
	padding:2px;
}


ul.simpletree_root li.last  {
	background: #4b4b4b url(/admin/media/images/simpletree/joinbottom.gif) no-repeat;
}
ul.simpletree_root li.simpleTreeRootLevelLast  {
	background: #4b4b4b url(/admin/media/images/simpletree/joinbottom.gif) no-repeat;
}

#rootWord{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(/admin/media/images/dtree/base.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}


#rootWord a:link,
#rootWord a:visited {
	color: #ccc;
	text-decoration: none;

}

#rootWord a:hover {
	color: #a5e600;
	background-color: #333;
	text-decoration: none;

}
