﻿ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
	width: 133px;
	height: 53px;
}

ol#toc a {
    background: #E3E5E1;
    color: #000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
	width: 119px;
}

ol#toc a:hover {
    background-color: #888B78;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 500px -120px;
}

ol#toc li.current a {
    background-color: #888B78;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 500px -60px;
}

ol#toc span {
    background: 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #888B78 solid 1px;
    clear: left;
    padding: 1em;
	width: 500px;
	height:auto;
	overflow:auto;
}