*{margin:0px; padding:0px; }

.treeview ul{
margin: 0;
padding: 10px;
position:relative;
}

.treeview li{
list-style-type:disc;
margin-left:30px;
margin-bottom: 3px;
font-size:11px;
color:#007CC2;
font-weight:bold;


}

.treeview li:hover{
	color:#E76F34;
}

.treeview li a {color:#007CC2; text-decoration:none;}
.treeview li a:hover {
	color:#E76F34;
	text-decoration:none;
	 
}

.treeview li.submenu{

cursor: auto !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
list-style-type: none;
}

.treeview .submenu ul li a{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
font-size:11px;
color:#000;
text-decoration:none;
font-weight:normal;
}

.treeview .submenu ul li a:hover{ /*Style for LIs of ULs that are children of LIs (submenu) */
	color:#E76F34;
	 
}