div.content {
	width: 100%;
    border: #3945D5 solid 1px;
    clear: left;
    padding: 1em;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 0em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #3945D5 url(tabs.jpg);
    color: #fff;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3945D5;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
    color: #fff;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 11px;
}

ol#toc li a.active {
    background-color: #3945D5;
    background-position: 0 -60px;
    color: #ffffff;
    font-weight: bold;
    font-family: Tahoma;

}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.jpg) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}