#tocTree .toc { padding-left: 1.5em; padding-top: 1em; padding-bottom: 1em; }

/* lists */

#tocTree ul {
	margin: 0px; 
	padding: 0px;
	font-weight: normal; 
	background-color: #fff; 
	clear: both;
}

#tocTree li { 	
	list-style: none; 
	display: block; 
	line-height: 1.3em;
	padding: 0px;
	margin: 0px; 
	padding-top: .8em;
	background-color: #fff;
}

#tocTree ul ul		{ padding-left: 1em; }

/* cf. http://www.javascripttoolbox.com/lib/mktree/documentation.php */

/* for wrapping lines */
#tocTree ul.mktree li { text-indent: -1.8em; } 
				
/* space for bullets */
#tocTree ul.mktree  li .bullet { padding-left: 1.45em; }

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
#tocTree ul.mktree  li.liOpen .bullet { cursor: pointer; background: url(/Icons/minus.gif)  center left no-repeat; }
#tocTree ul.mktree  li.liClosed .bullet { cursor: pointer; background: url(/Icons/plus.gif)   center left no-repeat; }
#tocTree ul.mktree  li.liBullet .bullet { cursor: default;  /* background: url(/Icons/bullet.gif) center left no-repeat; */ background: none; }

/* Sublists are visible or not based on class of parent LI */
#tocTree li.liOpen ul   { display: block; }
#tocTree li.liClosed ul { display: none; }
#tocTree .liSelected  { font-weight: bold; }

/*
#tocTree ul.mktree li.first {
    border-top: 0;
}
#tocTree ul.mktree li:hover {
	color: #00c;
	text-decoration: underline;
}
#tocTree li.current {
    color: #111;
    background: #fff;
    border-right-color: #fff;
	text-decoration: none;
}
*/