div.tabcontent {
    clear: left;
    padding: 0;
    margin:0;
    width:720px;
}

ol#toc {
    height: 35px;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ol#toc a {
    background: #e8f4f4 url(/images/tabs.gif);
    color: #666666;
    display: block;
    float: left;
    height: 35px;
    padding-left: 15px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #e8f4f4;
    background-position: 0 -70px;
    color:#fff;
    font-weight:bold;
}

ol#toc a:hover span {
    background-position: 100% -70px;
}

ol#toc li {
    float: left;
    margin: 0 5px 0 0;
    font-size:14px;
    font-weight:bold;
}

ol#toc li.current a {
    background-color: #00929c;
    background-position: 0 -35px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -35px;
}

ol#toc span {
    background: url(/images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 15px;
    padding-top:4px;
    font-weight:bold;
}
