ul.treemenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.treemenu ul {
	list-style-type: none;
	padding-left: 16px; 
	padding-top: 1px;
	margin-left: 0;
}

ul.treemenu a.toggle {
	background-image: url(plus.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
	text-decoration: none;
}

ul.treemenu a.toggle.expand {
	background-image: url(minus.png);
}

ul.treemenu .dummy {
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
	text-decoration: none;
}

/* TOC */

html, body {
	margin: 0;
	padding: 0;
}

#toc {
	font-family:Verdana;
	font-size: 8pt;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
}

#splitter {
	position: fixed;
	top: 0;
	left: 0;
	width: 308px;
	height: 100%;
	border-right:1px solid #BCBCBC;
}

#splitter.hidden {
	display: none;
}

#content {
	position: absolute;
	top: 0;
	left: 320px;
	padding: 8px;
}

#content.hidden {
	left: 0;
}

#toc .header {
	padding-left: 8px;
	padding-top: 8px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #BCBCBC;
}

#toc ul.treemenu {
	margin: 8px;
	width: 100%;
}

#toc li {
	line-height: 1.4;
	white-space: nowrap;
	display: block;
	line-height:180%;
}

#toc li a {
	color: #000;
	text-decoration: none;
}

#toc li a.selected {
	color: #000;
	background-color: #E1E1E1;	
	font-weight: bold;
}

#toc li a:hover {
	color: #E77612;
}
