@charset "utf-8";
/* CSS Document */

1:15-1:55
5:45-



ol#toc {
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ol#toc {
	margin-top: 10px;
	padding: 0px;
	margin-left: 0px;
}

ol#toc li {
	float: left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
}
ol {
	padding: 0px;
}


ol#toc a {
	color: #BBD7F6;
	display: block;
	float: left;
	text-decoration: none;
	background-image: url(images/BlueNavButtons.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

ol#toc span {
	display: block;
	padding-right: 15px;
	background-image: url(images/BlueNavButtons-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	height: 37px;
	float: left;
	padding-left: 15px;
}


ol#toc a:hover {
	color: #ECAF19;
}

ol#toc a:hover span {
	background-position: 100% -120px;
	cursor: pointer;
}
ol#toc   li.current a  {
	background-color: #2C3D4F;
	color: #fff;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	background-image: none;
}

ol#toc li.current span {

}
