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;
	width:100%;
}

#toc {
	font-family:Arial;
	font-size: 13px;
	overflow: auto;
	position: fixed;
	/*top: 80px;*/
	left: 0;
	position:fixed;
	width: 350px;
	overflow: scroll;
	height: 90%;
}

#splitter {
	position: fixed;
	top: 80px;
	left: 0;
	width: 350px;
	height: 100%;
	border-right:1px solid #BCBCBC;
	
	z-index:2;
	background-color:#fff;
}

#splitter.hidden {
	display: none;
}

#content {
	position: absolute;
	padding: 8px 8px 8px;
	width:65%;
	z-index:0;
	/*margin: 80px 0 0 360px;*/
	margin: 0px 0 0 360px;
}


#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;
}
