div.content {
    border: none;
    clear: left;
    padding: 1em;
}

div.content.inactive {
	display: none;
}



ol#toc {
  
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-shadow: #1c1c1c 0 -1px 0px;
}

ol#toc a {
    background: #414141 url(images/tabs.gif);
    color: #cccccc;
    display: block;
    float: left;
    height: 2.9em;
    padding-left: 16px;
    text-decoration: none;
    outline: none;
}

ol#toc a:hover {
    color: #cccccc;
    background-color: #575757;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    background: #414141 url(images/tabs.gif);
    float: left;
    margin: 0 2px 0 0;
}

ol#toc li a.active {
    background-color: #eaeaea;
    background-position: 0 -60px;
    color: #cccccc;
    
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/tabs.gif) 100% 0;
    display: block;
    line-height: 2.9em;
    padding-right: 16px;
}

ol#toc li.current a {
    background-color: #eaeaea;
    background-position: 0 -60px;
    color: #6d6b6b;
    font-weight: bold;
   
}

ol#toc li.current span {
    background-position: 100% -60px;
    text-shadow: none;
   
}

