/* CSS Document */

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background:  url(tab1.jpg);
	color:#000000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

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

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

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

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

ol#toc span {
    background: url(tab1.jpg) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border:  solid 1px;
	width: 450px; /* Use to be 530 */
    clear: left;
    padding: 1em;
}

div.content2{
  border:  solid 1px;
    clear: left;
    padding: 1em;
  }