@charset "utf-8";
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* padding keeps the content of the div away from the edges */
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
	margin-right: 2px;
	margin-left: 0px;
	height: 1590px;
	border: thin none #FF3;
	background-color: #B00000;
	color: #FF9;
}
.catcoldiv {
	height: 22px;
	width: 155px;
	text-align: left;
	margin-left: auto;
	margin-bottom: 1px;
	font-style: italic;
	font-weight: normal;
	margin-right: auto;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	line-height: 17px;
	color: #FF6;
}
.catcoldiv a:link {
	color: #FF9;
	font-weight: bold;
	text-decoration: none;
}
.catcoldiv a:visited {
	color: #FF9;
	font-weight: bold;
	text-decoration: none;
}
.catcoldiv a:hover {
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #000;
	text-decoration: none;
}
.menunav {
	margin-left: 7px;
	border: thin none #000;
}

