.tblcnts {
	font-family: arial, helvetica, verdana, sans;
	font-size: 9pt;
	font-weight: bold;
	color: darkred;
}

td ul{ /*CSS for Simple Tree Menu*/
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 3px -4px 5px -8px;
padding: 0px 0px 0px -8px;
}

.treeview a:link { 
	color: black; 
	text-decoration: none;
}

.treeview a:visited { 
	color: purple; 
	text-decoration: none;
}

.treeview a:hover { 
	color: red; 
	text-decoration: underline;
	background: #dddddd;
}

.treeview a:active {
	color: black;
}

.treeview li{ 
	background: white url(../img/list.gif) no-repeat left center; 
	font-family: arial, helvetica, verdana, sans; 
	font-size: 8pt; 
	font-weight: 200; 
	list-style-type: none; 
	padding-left: 23px; 
	margin-top: -1px;
	margin-bottom: -1px; 
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../img/closed.gif) 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. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}