/* CSS Document */

.thrColFixHdr #leftnavtop { 
	background: #ffc600 url(../images/topLeftNav.gif) no-repeat top;
	height:10px;
}
.thrColFixHdr #leftnav { 
	background: yellow;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-left: 1px  solid #0a8800;
	border-right: 1px solid #0a8800;
}
.thrColFixHdr #leftnav a { 
	color: #0a8800;
	text-decoration:none;
}
.thrColFixHdr #leftnav a:hover { 
	color: #000000;
	text-decoration:none;
}
/* thrColFixHdr #leftnav a:visited { 
	color: #0000CC;
	text-decoration:none;
} */
.thrColFixHdr #leftnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0a8800;
	list-style-type:none;
	width:198px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.thrColFixHdr #leftnav li {
	padding: 7px 0 7px 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0a8800;
	background-image: url(../images/bulletLeftNav.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
}
.thrColFixHdr #leftnavbottom { 
	background: Transparent url(../images/bottomLeftNav.gif) no-repeat top; 
	margin: 0 0 6px 0;
}