span.folderTitle, span.selFolderTitle, a.folderTitle, a.selFolderTitle {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt !important;
	cursor: default;
	padding: 0px;	
	color: black;
	text-decoration: none;
	padding-bottom: 0px;
	vertical-align: middle;
	margin-left: 3px;
}
.selFolderTitle {
	background-color: silver;
}
a.folderTitle:hover {
	color: blue;
	text-decoration: underline;
}
a.selFolderTitle:hover {
	color: black;
	text-decoration: underline;
}