@charset "utf-8";
/* CSS Document */

/* Navigation */
#navwrap {
	padding: 5px 0px 0px 0px;
	width:725px;
	margin: 0px;
	border-bottom: 1px solid #10bdb5;
}

ol#toc {
    height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 0px 0 0;
}

ol#toc a {
    background: url(../images/tab.gif);
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    display: block;
    float: left;
    height: 24px;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background: url(../images/tab_over.gif);
	background-position: 0 0;
}

ol#toc a:hover span {
	background: url(../images/tab_over.gif) 100% 0;
}

ol#toc li.current a {
    background: url(../images/tab_over.gif);
	background-position: 0 0;
}

ol#toc li.current span {
    background-position: 100% 0;
}

ol#toc span {
    background: url(../images/tab.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/* Navigation end */
