.treebox {
	width:15em;
}

.treecontent {
	margin-left:19em;
}

.treebox ul {
	text-align:left;
	margin:0;
	padding:0 0 0 0.5em;
}

.tree li {
	font-weight:bold;
	list-style-type:none;
	padding:0;
	margin:0;
	border:1px solid transparent;
}

.tree li div.item a {
	width:100%;
	margin:0;
	padding:0 4px 0 12px;
	text-decoration:none;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:2px center;
	color:#000CFF;
	background-color:#F1F8FE;
}

.tree li div.item a.selected {
	color:#F1F8FE;
	background-color:#000CFF;
	background-image:url(images/bullet_white.png);
}

.tree li div.item:hover a {
	color:#F1F8FE;
	background-color:#000CFF;
	background-image:url(images/bullet_white.png);
}

.tree div.item .controls {
	float:right;
	display:none;
}
.tree div.item:hover .controls {
	display:inline;
}
.tree div.item .controls img {
	margin:0 0.1em;
}
.tree div.item .controls a {
	padding:0 !important;
	background:none !important;
	display:inline !important;
}

