@charset "utf-8";
/* CSS Document */

li.TopNav {
	margin: .2em 0;
	text-align: center;
	height:54px;
	font-size:14px;
	font-weight:bold;
}

ol#toc {
	height: 54px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: #bdf url(/images/tab.png);
	color: #ffffff;
	display: block;
	float: left;
	height: 54px;
	padding-left: 12px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #3c65a4;
	background-position: 0 -108px;
}

ol#toc a:hover span {
	background-position: 100% -108px;
}

ol#toc li {
	float: left;
	margin: 0 0px 0 0;
	text-align: center;
	height:54px;
	font-size:14px;
	font-weight:bold;	
}

ol#toc li.current a {
	background-color: #e7d6ab;
	background-position: 0 -54px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

ol#toc li.current span {
	background-position: 100% -54px;
}

ol#toc span {
	background: url(/images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height:normal;
	padding-right: 14px;
	padding-top: 5px;
}