#tree
{
	width: 235px;
}

.tree
{
	
}

.tree,.tree ul,.tree li
{
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.tree ul
{
	margin-left: 22px;
}

.tree li a
{
	display: block;
	text-decoration: none;
	padding: 0 7px 0 20px;
}

.tree li a.tree-parent
{

}

.tree li a.tree-parent-collapsed
{

}

.tree li a:hover, .tree li a.tree-parent:hover, .tree li a:focus, .tree li a.tree-parent:focus
{
	color: #DA0000;
}

.tree li a:hover, .tree li a.tree-parent:hover, .tree li a:focus, .tree li a.tree-parent:focus, .tree li a.tree-item-active
{
	
}

.tree li a:focus, .tree li a.tree-parent:focus, .tree li a.tree-item-active
{
	font-weight: bold;
}

.tree ul.tree-group-collapsed
{
	display: none;
}