/********************************************/
/* General Styles for the Menu presentation */
/********************************************/

.stlTree_OuterTable {
	width: 100%;	
}

.stlTree_NodesTable {
	width: 100%;	
}

.stlTree_ResourcesTable {
	width: 100%;	
}

.stlTree_ID {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #A0A0A0;
}

.stlTree_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #2156B4;
}

A.stlTree_Title:hover {
	font-size: 8pt;
	color: #9f2147;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.stlTreeResource_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: darkgreen;
}

.stlTreeResource_Specific {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	color: #A0A0A0;
}
