#nav_grey{

height:51px;
border-bottom:#FFFFFF 8px;
margin-bottom:10px;

}

#spacer{

height:51px;
margin-bottom:10px;

}

#leftright{
background:url(../../images/nav_bg_grey.png) repeat-x;
}

ol#toc {
    height: 20px;
    list-style: none;
	margin:0px;
	padding:0;
	border-bottom:#FFFFFF 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(../../images/tab.png);
    color: #FFF;
    display: block;
    float: left;
    height: 25px;
    padding-left: 19px;
	padding-right:19px;
	padding-top:18px;
    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.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #000;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background:url(../../images/tab.png) 100% 0;
    display: block;
    line-height: 5em;
    padding-right: 10px;
	padding-left: 10px;
}

div.content {
    border:0;
    clear: left;
}
