//the div that holds the whole tree
#CategoryTree
{
	margin: 0;
	width: 207px;
}

#CategoryTree ul
{
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
	list-style-position: default;
}

#CategoryTree ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

#CategoryTree ul li ul
{
	background: #ffffff;
}

#CategoryTree li a
{
	margin: 0 0 0 6px;
	color: #909090;
	text-decoration: none;
}

#CategoryTree li a:hover
{
	color: #00b0dc;
}

.open
{
	display: block;	
}

.closed
{
	display: none;	
}

a.markedli
{
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF;
}
