@charset "utf-8";
/* CSS Document */


ol#toc {
    height: 1em;
    list-style: none !important;
    margin-left: 4em;
    padding: 1px 0 0 0 ;
	margin-top:0;
	margin-bottom:0;
}

ol#toc li {
 list-style: none !important;
    float: left;
    margin: 1px 3px 0 3px;
	padding-top:1px;
}

ol#toc a {
    background:url(tab.png);
    color: #125687;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
	font-size:1.1em;
}

ol#toc a:hover {
      background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
	
}

ol#toc li.current a {
    background-position: 0 -60px;
    color: #ef8200;
}

ol#toc li.current span {
    background-position: 100% -60px;
	
	
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height:2em;
    padding-right: 10px;
}


div.content {
    background:url(nav_bg.png) repeat-x;
	margin-top:2px;
    clear: left;
    padding: .1em;
	height:2.5em;
}


