div.tabcontent {
    border: 0;
    clear: left;
    padding: 1em;
    text-align:justify;
    padding:5px 10px 0 10px;
    margin-top:10px;
}

div.tabcontent2 {
    border: 0;
    clear: left;
    padding: 1em;
    text-align:justify;
    padding:0 10px 0 10px;
    margin-top:0;
}

div.tabcontent.inactive, div.tabcontent2.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin-top:-17px;
    float:left;
}

ol#toc2 {
    height: 2em;
    list-style: none;
    margin-top:-11px;
}

ol#toc a,ol#toc2 a {
    background: #B6B5B5 url(../images_ex5/bggray.jpg);
    color: #3A3A37;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    background-position: 0 81px;
    font-weight:bold;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}

ol#toc a:hover, ol#toc2 a:hover {
    background-color: #605F5F;
    background-position: 0 22px;
    color:#fff;
}

ol#toc a:hover span,ol#toc2 a:hover span {
    background-position: 100% 22px;
}

ol#toc li,ol#toc2 li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active, ol#toc li a.active:hover,ol#toc2 li a.active, ol#toc2 li a.active:hover {
    background-color: #999;
    background-position: 0 142px;
    color: #FFF;
    font-weight: bold;
    cursor:default;
}

ol#toc li a.active span, ol#toc li a.active:hover span,ol#toc2 li a.active span, ol#toc2 li a.active:hover span {
    background-position: 100% 142px;
    cursor:default;
}

ol#toc li img,ol#toc2 li img {
	margin:0;
	padding-left:240px;
}

ol#toc span,ol#toc2 span {
    background: #B6B5B5 url(../images_ex5/bggray.jpg) 100% 81px;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
