﻿ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 10px 0 0;
}

ol#toc a {    
    color: #0068a9;
    display: block;
    float: left;
    margin-left: 5px;
}

ol#toc a:hover 
{
	color:Red;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

div.content {
    clear: left;
    width:250px;
}
