div.content {
	clear: left;
	border: thin solid #E2E2E2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 800px;
	width: 685px;
	overflow: scroll;
}

div.content.inactive {
	display: none;
}

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	color: #000000;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
	background-color: #666666;
}

ol#toc a:hover {
	background-color: #999999;
	background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
	background-color: #333333;
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
	
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
