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

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

ol#toc a {
    background: #FFE9AB ;
    color: #026EEC;
    border: #FFBD79 solid 1px;
    display: block;
    float: left;
    height: 2em;
    padding-left: 12px;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
	font-size: 15px;
}

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

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

ol#toc li.current a {
    background-color: #FFFFFF;
    border: #FFBD79 solid 1px;
    background-position: 0 -60px;
    color: #026EEC;
    font-weight: bold;
}

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

ol#toc span {
    background:  100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #FFBD79 solid 1px;
	width: 99%;
    clear: left;
    padding: 1em;
}