.treeview h2 {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align:left;	
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(img/list.gif) no-repeat left center;*/
list-style-type: none;
p/*adding-left: 15px;*/
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: url(images/zar.png) no-repeat left 1px;*/

cursor: hand !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. */
    text-align: left;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
list-style: square;
/*disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none | inherit 
*/
}

.treeview a{
/*	text-decoration:none;*/
	font-family: Arial, Helvetica, sans-serif;
	font-family: Courier;
/*    font-style: normal;
    font-variant: normal;
    font-weight: 600;*/
    font-size: 95%;
    line-height: normal;
    text-align: left;
	/*font-size:100%;
    font-weight: bold;*/
	color: #000000;
}