div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

/* toc */
ol#toc {
    height: 2em;
	font-size: 11px;
	font-family: tahoma, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(https://www.ioncomputer.com/ion/body/images/tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    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: left;
    margin: 0 1px 0 0;
}

ol#toc li.current a {
    background-color: #0c5ce9;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(https://www.ioncomputer.com/ion/body/images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/* subtoc */
ol#subtoc {
    height: 2em;
	font-size: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
ol#subtoc a {
    background: #bdf url(https://www.ioncomputer.com/ion/body/images/tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 8px;
    padding-right: 0px;
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
}

ol#subtoc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#subtoc a:hover span {
    background-position: 100% -120px;
}

ol#subtoc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#subtoc li.current a {
    background-color: #0c5ce9;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#subtoc li.current span {
    background-position: 100% -60px;
}

ol#subtoc span {
    background: url(https://www.ioncomputer.com/ion/body/images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}


#topbar{
position:absolute;
border: 0px solid navy;
padding: 1px;
background-color: white;
width: 1024px;
visibility: hidden;
z-index: 100;
}


