ol#toc {
    list-style: none;
    height: 2em;

    margin: 0;
    padding: 0;
}


ol#toc a {
    background: url(images/tabs.jpg);
    color: #008;
    display: block;
    float: left;

    padding-left: 30px;
    text-decoration: none;
}

/*
ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}


ol#toc a:hover span {
    background-position: 100% -120px;
}
*/
ol#toc li {
    float: right;
    margin: 0 0px 0 0;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -120px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -120px;
}

ol#toc li.current2 a {
    background-color: #48f;
    background-position: 0 -60px;

	font-weight: none;
}

ol#toc li.current2 span {
    background-position: 100% -60px;

}


ol#toc span {
    color: #e8e8e8;
    background: url(images/tabs.jpg) 100% 0;
    font-family:"Helvetica";
    display: block;
    text-transform:uppercase;
    font-size:12pt;
    line-height: 45px;
    padding-right: 30px;
	font-weight: none;
}
