.myTree,.myTree ul
{
	list-style: none;
	padding-left: 22px;
}
.expandImage
{
	margin-right: 4px;
}
.folderImage
{
}
.textHolder
{
	height: 16px;
	line-height: 16px;
	padding-left: 6px;
}
span.dropOver
{
	background-color: #00c;
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding-left: 6px;
}
.treeItem
{
	list-style: none;
}

.myTree a:link, .myTree a:visited{
	font-weight: bold;
	color:black;
	font-size:11px;
	text-decoration:none;
}