.mytree { /*CSS for Simple Tree Menu*/

margin: 0px;

margin-top: 0px;

margin-bottom: 0px;

margin-left: 0px;

padding-left: 10px;

background: white url(../images/list.gif) no-repeat left center;

list-style-type: none;



}

.listtop { /*CSS for Simple Tree Menu*/

padding-left: 2px;

background: white url(../images/list.gif) no-repeat left center;

list-style-type: none;

margin-bottom: 2px;

}

.treetop { /*CSS for Simple Tree Menu*/

padding-left: 18px;

background: white url(../images/list.gif) no-repeat left center;

list-style-type: none;

margin-bottom: 2px;

}







.treeview ul { /*CSS for Simple Tree Menu*/

margin: 0px;

margin-top: 0px;

margin-bottom: 0px;

margin-left: 0px;

padding-left: 0px;

}







.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */

	cursor:pointer !important;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	padding-bottom:5px;
	padding-left:20px;
	padding-top:10px;
	width:290px;
	background-image:none !important;
	font-family:Arial, Helvetica, sans-serif;
	

}



.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */

display: none; /*Hide them by default. Don't delete. */

font-size:12px;
font-weight:normal;
list-style-type:none;
color:#4852A9

}

.treeview li.submenu ul li a {
	font-size:12px;
font-weight:normal;
list-style-type:none;
color:#4852A9
}
	


.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */

cursor: default;

list-style-type: none;

}