
*.item_0:hover {
	color: Lime;

}

*.item_1:hover {
	color: Lime;

}

*.item_2:hover {
}

*.Node_0, *.selected_0, *.Item_0 {
	color: #FFF;
	padding-left: 0px;
   font-size: 1em; /* Indent=0  */
   font-weight: bold;
   font-style: normal;
	margin-left: 0px;
}

*.Node_1, *.selected_1, *.Item_1 {
   padding-left: 0px;
   font-size: 1.1em; /* Indent=1  */
   font-weight: normal;
   font-style: normal;
		margin-left: 0px;
}

*.Node_2, *.selected_2, *.Item_2 {
   padding-left: 0px;
   font-size: 1.1em; /* Indent>1  */
   font-weight: normal;
   font-style: normal;	margin: 0px;
}

*.selected_0, *.selected_1, *.selected_2 {
   /*background-color: #C0D2EC;*/ /* Selected_ */
}

.treemenu {
   /*overflow: hidden;*/
   /*white-space: nowrap;*/
   color: #FFF;
   font-size: 1em;
	list-style-type: none;
	margin: 0px;
}

.treemenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
	margin: 0px;
}

.treemenu li{
    color: #FFF;
  margin: 0;
   padding: 0;
}
.treemenu li a{
    color: #FFF;
  margin: 0;
   padding: 0;
}

 
.treemenu a {
   color: #FFF;
   text-decoration: none;
	margin: 0px;
}

.treemenu img {
   border: 0px; /* Images    */
   vertical-align: middle;
	margin: 0px;
}

