/* Turn off list bullets */
ul.sitetree li {
	list-style: none;
}

ul.sitetree, ul.sitetree ul, ul.sitetree li {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* This controls the indent for each sublist */
ul.sitetree ul {
	padding-left: 20px;
}

/* Provide space for our own "bullet" inside the link */
ul.sitetree li a { 
	padding-left: 20px;
}

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.sitetree li.treeopen a {
	background: url('../image-files/minimize.gif') center left no-repeat;
}

ul.sitetree li.treeclosed a {background: url('../image-files/maximize.gif') center left no-repeat;
}

ul.sitetree li.treebullet a {background: url('../image-files/sitemapdocbullet.gif') center left no-repeat;
}

/* Actually show and hide sublists */
ul.sitetree li.treeopen ul {
	display: block;
}

ul.sitetree li.treeclosed ul {
	display: none;
}