div.tree_menu {
	width: 225px;
	height: auto;
}
div.tree_itemNodeSelected a {
 text-decoration: underline;
 /*color: #fc7243;*/
   color: white;
	
}

.tree_itemNodeSelected{
	height: 20px;
	border-bottom: 1px solid #94000d;
}

a.tree_itemNode {
 text-decoration: none;
 border: 0;
 color: white;
}
.tree_itemNode{
	height: 20px;
	border-bottom: 1px solid #94000d;
}
a.tree_itemNodeSelected {
 text-decoration: none;
}
a.tree_itemNode:hover {
 text-decoration: underline;
 /*color: #f7818c;*/
}
div.tree_itemNode2 {
 font-size: 11px;
 /*font-weight: bold;*/
 width: auto;
 padding-left: 35px;
 padding-top: 10px;
 padding-bottom: 2px;
 color: white;
 height: 20px;
}
div.tree_folderNode a {
 color: white;
 text-decoration: none;
}
div.tree_folderNodeSelected a {
 text-decoration: underline;
 /*color: #96c6da;*/
 color: white;
}
div.tree_folderNode a:hover {
 text-decoration: underline;
}
div.tree_folderNode, div.tree_folderNodeSelected {
 width: auto;
  height: 30px;
 		height: 10px;
		width: 212px;
		background-color: #c30012;
		border-bottom: 1px solid #94000d;
		padding: 10px 0 9px 14px;
		color: white;
		font-size: 12px;
		font-weight: normal; 
}
div.tree_folderNode1 {
 padding-left: 14px;
 width: auto;
}
div.tree_submenu {
 width: auto;
 background-color: #a5000f;
}
div.tree_header_submenu {
 width: auto;
 padding-top: 5px;
 padding-bottom: 5px;
 margin-bottom: 15px;
}
div.tree_inheader, div.tree_inheader a {
 width: auto;
 color: white;
 font-weight: normal;
 padding-top: 3px;
 padding-bottom: 3px;
}
div.tree_header {
		height: 10px;
		width: 212px;
		background-color: #c30012;
		border-bottom: 1px solid #94000d;
		padding: 10px 0 9px 14px;
		color: white;
		font-size: 13px;
		font-weight: bold;
}

div.tree_header a{
	color: white;
}
