ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 0 0 0;
}

ol#toc a {
    background: #bdf url(/images/products/tabs.png);
    color: #000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    /*background-color: #3af;*/
    background-position: 0 -120px;
    color: #fff;
}

ol#toc a:hover span {
    background-position: 100% -120px;
    color: #fff;
}

ol#toc li.current a {
    /*background-color: #CDCDCD;*/
    background-position: 0 -60px;
    color: #000;
    font-weight: bold;
}

ol#toc li.current a:hover {
    background-position: 0 -60px;
    color: #000;
    font-weight: bold;
}

ol#toc li.current a:hover span {
    background-position: 100% -60px;
    color: #000;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;

}

ol#toc span {
    background: url(/images/products/tabs.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

ul {
    font-family: arial, verdana, sans-serif;
    margin-left: 35px;
}



div.content {
    border: #CDCDCD solid 1px;
    padding: 1em;
    /*position: absolute;*/
    left: 0;
    top: 23px;
    z-index: 1;
    width: 500px;
    text-align: left;
    margin-top: -1px;
}

h1 {
    font-family: arial, verdana, sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}