ol#TABtoc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color:transparent;
    clear:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
    font-weight:normal;
}

ol#TABtoc a {
    background: url('http://www.classanova.com/images/tabcblue.png');
    color: white;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
    font-weight:normal;
}

ol#TABtoc a:hover {
    background: url('http://www.classanova.com/images/tabbblue.png') 100% 0;
    background-position: 0 -359px;
}

ol#TABtoc a:hover span {
    background: url('http://www.classanova.com/images/tabbblue.png') 100% 0;
    background-position: 100% -359px;
}

ol#TABtoc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#TABtoc li.TABcurrent a {
    background: url('http://www.classanova.com/images/tabablue.png') 100% 0;
    background-position: 0 -359px;
    color: white;
    font-weight: bold;
}

ol#TABtoc li.TABcurrent span {
    background: url('http://www.classanova.com/images/tabablue.png') 100% 0;
    background-position: 100% -359px;
    font-weight:bold;
    color: white;
    font-weight: bold;
}

ol#TABtoc span {
    background: url('http://www.classanova.com/images/tabcblue.png') 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
    color: white;
}