div.tcontent {
	border: #D1CCC1 solid 1px;
	clear: left;
	padding: 1em 1em 0;
	font-family:arial;
	font-size:12px;
	text-align:left;
}

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

ol#toc a {
	background: #bdf url(../images/tab.png);
	color: #454545;
	font-weight:bold;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #3af;
	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.current a {
	background-color: #48f;
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

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

ol#toc span {
	background: url(../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
	padding-right: 10px;
	font-family:arial;
	font-size:12px;
	text-align:left;
}
