ol#toc {
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	width: auto;
	background: url(/img/tab.png);
	color: #FFFFFF;
	display: block;
	float: left;
	height: 25px;
	padding-left: 5px;
	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;
	margin-right:3px;
}

ol#toc li.current a {
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
	background-repeat:no-repeat;
}

ol#toc span {
	background: url(/img/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	/*line-height: 2.3em;*/
	line-height: 23px;
	padding-right: 10px;
}
