img
{  border-style: none;
}

ol#toc {
    height: 1.9em;
    list-style: none;
    /*margin: 0;*/
    padding: 0;
	margin-right:20px;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
}

ol#toc li {
    float: right;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(tab.png);
    color: #008;
    display: block;
    float: left;
    height: 1.9em;
    padding-left: 10px;
	text-decoration: none;
	font-family:"Century Gothic";
}

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: #fff;
    font-family:"Century Gothic";
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height: 1.9em;
    padding-right: 10px;
	font-family:"Century Gothic";
}

div.content_design {
   /* border: #48f solid 1px;*/
    clear: left;
	padding: 0px;
	margin-right:9px;
	margin-left:12px;
}
