ol#toc {
    height: 100px;
	width:600px;
	list-style: none;
    margin-right: 20px;
	float:right;

	}

ol#toc li {
    float: right;
    margin:0;
	background:url(../images/button_01.png) no-repeat;
	}

ol#toc a {
    color: #ffffff;
    display: block;
    float: left;
    height: 82px;
	width:82px;
    padding-top:18px;
	margin-right:3px;
    text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	text-transform:uppercase;
	text-align:center;
	line-height:13px;
	}

ol#toc a:hover {
	text-decoration:underline;
}

ol#toc a:hover span {
    background-position: 100% 12px;

}

ol#toc li.current a {
    background-color: #CCCCCC;
    color: #fff;
    font-weight: bold;

}