ol#toc {
	height: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: #C7C7C7 url(../images/tab.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #0C0C0C;
	display: block;
	float: left;
	height: 27px;
	padding-left: 12px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #F8C218;
	background-position: 0 -27px;
}

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

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

ol#toc li.current a {
	background-color: #F8C218;
	background-position: 0 -27px;
	color: #0C0C0C;
}

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

ol#toc span {
	background: url(../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 27px;
	padding-right: 10px;
}

