div.tree-item td.customIcon {
	background: url("img/document.png") no-repeat 0 50%;
}

div.tree-item-expanded td.customIcon {
	background: url("img/folder_open.png") no-repeat 0 50%;
}

div.tree-item-collapsed td.customIcon {
	background: url("img/folder.png") no-repeat 0 50%;
}

a{
	font-family:Tahoma;
	font-size:11px;
	color:#0066FF;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#003366;
	font-weight:normal;
	text-decoration:underline;
}
