/*=====================================*/
/* VideoPubNavigation */
/*=====================================*/
#hdLink a {
	background-color: #FFFFFF;
	color: #333333;
}
td a {
	color: #990000;
}
/*=====================================*/
/* Chapter navigation horizontal */
/*=====================================*/
#hdNav ul {
	list-style: none;
	padding: 0;
	height: 32px;
	width: 500px;
	position: absolute;
	left: 250px;
	margin: 0px;
	top: 0px;
}
#hdNav li {
	float: left;
	height: 32px;
	width: auto
}
#hdNav a {
	display: block;
	width: auto; height: 16px;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;	font-weight: bold;
	color: #500000;
	text-decoration: underline;
	padding-top: 8px; padding-right: 20px; padding-bottom: 8px;	padding-left: 20px;
}
#hdNav a:hover {
	background-color: #999999;
}
#hdNav li .selected {
	background-color: #500000;
	text-decoration: none;
	background-image: none;
	color: #FFFFFF;
}
/*=====================================*/
/* Sidebar nav  */
/*=====================================*/
#sbNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sbNav li {
}

#sbNav a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #500000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: auto;
	border-bottom-width: 1px;
	font-weight: bold;
}
#sbNav a:hover {
	color: #500000;
	background-color: #CCCCCC;
}
#sbNav .selected {
	background-color: #999999;
	color: #500000;
}

