ol#toc {
    height: 2.6em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 3px 0 0;
}

ol#toc a {
    background: #fff url(../0/images/tab.gif);
    color: #fff;
    display: block;
    float: left;
    height: 2.6em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    color: #fff;
	background-color: #fff;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #fff;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
    font-size:12px;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../0/images/tab.gif) 100% 0;
    display: block;
    line-height: 2.6em;
    padding-right: 10px;
}

div.content {
	background-color: #FFF5D1;
	border: 1px solid #F8C815;
	border-top: 2px solid #F8C815;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	clear:both;
}
