/* content border */
div.contentz {
    border: #287a06 solid 2px;
    clear: left;
    padding: 1em;
}

div.contentz.inactive {
	display: none;
}

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

ol#tocz a {
    background: #ccff66 url(tabs.gif);
    color: #008800;
    display: block;
    float: left;
    height: 3em;
    padding-left: 10px;
    text-decoration: none;
}

ol#tocz a:hover {
    background-color: #99cc33;
    background-position: 0 -120px;
    
}

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

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

ol#tocz li a.active {
    background-color: #99cc33;
    background-position: 0 -60px;
    color: #ffffff;
    font-weight: bold;
}

ol#tocz li a.active span {
    background-position: 100% -60px;
}

ol#tocz span {
    background: url(tabs.gif) 100% 10;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
