.treeview{
	margin-left: 0;
	width: 200px;
	position: fixed;
	/*-webkit-padding-start: 0;
	*/padding: 0;
}
.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:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#61a9b9,endColorstr=#61a9b9); 
       zoom: 1;
background: rgba(0,125,150,0.5);
list-style-type: none;
padding: 3px 0px 3px 22px;
margin-bottom: 0px;
	text-decoration: none;
	color: #fff !important;
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    /*BACKGROUND-IMAGE: url(../gfx/navig/level1-back.gif);
    */FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(closed.gif) no-repeat left 1px;
*/cursor: hand !important;
cursor: pointer !important;
/*color: #FA7D00 !important;*/
color: #fff !important;
FONT-SIZE: 13px !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
color: #fff !important;
FONT-SIZE: 11px !important;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
color: #fff !important;
FONT-SIZE: 11px !important;
}
.treeview a{
	color: #fff;
	text-decoration: none;
    FONT-SIZE: 11px !important;
}
.treeview  ul{
	margin-top: 5px
}
.treeview  ul li{
	border-bottom: 1px dotted #fff;

}
.treeview  ul li li{
	border-bottom: 0;

}