ol#toc {
    height: o;
    list-style: none;
    margin: 0;
    padding: 0;

}

ol#toc li {
    background: #bdf url(tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;

}

ol#toc a {
    background: url(tab.png) 100% 0;
    color: #008;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #48f;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}

div.tabbedcontent {
    border: skyblue solid 1px;
    clear: left;
    padding: 0em;
width: 300px;
margin: 0px 0px 0px 0px;

}