a.mainFolderSelected {
	display: block;
	height: 18px;
	font-size: 11px;
	color: #000;	
	font-weight:normal;
	text-decoration: none;
	overflow: hidden;
	}
a.mainSelected {
	display: block;
	height: 18px;
	font-size: 11px;
	color: #b70618;	
	font-weight:normal;
	text-decoration: none;
	overflow: hidden;
	}
a.mainNotSelected {
	display: block;
	height: 18px;
	font-size: 11px;
	color: #000;
	font-weight:normal;
	text-decoration: none;
	overflow: hidden;
	
	}
a.subSelected {
	display: block;
	height: 18px;
	font-size: 11px;
	color: #b70618;	
	font-weight:normal;
	text-decoration: none;
	overflow: hidden;
}
a.subNotSelected {
	display: block;
	height: 18px;
	font-size: 11px;
	color: #000;
	font-weight:normal;
	text-decoration: none;
	overflow: hidden;
}

