ol#toc {
height:auto;
    list-style: none;
    margin: 0;
    padding: 0;display:block;
}





ol#toc li {





    margin: 0px;width:220px;height:auto;float:left;margin-right:5px;
}





ol#toc a {
    width:220px;
    color: white;height:auto;display:block;float:left;
    background:#BD8D2B url(tab.png);
    color: white;
    padding-left: 10px;padding-bottom:10px;padding-top:5px;
    text-decoration: none;
}





ol#toc a:hover {
    background-color: #000033;
    background-position: 0 -120px;color:white; 
}


ol#toc a:hover span {
    background-position: 100% -120px;
}


ol#toc li.current a {
    background-color: #BD8D2B;
    background-position: 0 -60px;
    color: white;
    font-weight: bold;
}


ol#toc li.current span {
    background-position: 100% -60px;
}





ol#toc span {
    background: url(tab.png) 100% 0;





    line-height: 2em;
    padding-right: 10px;
}





div.content {

width:840px;height:auto;position:relative;
}

.content a:hover{
text-decoration: none;
}
.content a {
text-decoration: underline;margin-bottom:10px;
}

