#leftcol ul, #leftcol ol {
	list-style: none;
}
	#cats li a {
		display: block;
		/* height: 22px; */
		padding: 6px 0px;
		text-decoration: underline;
		background: none;
		padding-left: 40px;
		color: black;
		font-weight: bold;
	}
	#cats li a:hover {
		text-decoration: none;
		background: url(/images/bg-cats.gif) 0% 0% repeat-x;
	}
	#cats li a.h {
		background: url(/images/bg-cats.gif) 0% 0% repeat-x;
	}

	.cat_articles li a {
		display: block;
		/* height: 12px; */
		padding: 6px 0px;
		text-decoration: underline;
		background: none;
		padding-left: 56px !important;
		color: black;
		font-weight: normal !important;
	}
	.cat_articles li a:hover {
		text-decoration: none;
		background: none !important;
	}
	.cat_articles li a.h {
		background: none !important;
		font-weight: bold !important;
		color: #ffc700 !important;
	}

#leftcol .subcats {
	margin: 20px 0px 0px 40px;
}
	#leftcol .subcats li.alone {
		padding-bottom: 10px !important;
	}
#leftcol .subcat {
	margin-left: 12px;
	margin-top: 2px;
}
	#leftcol .subcats li, #leftcol .subcat li {
		padding: 2px 0px;
	}
	#leftcol .subcat li {
		border-left: solid 1px #b9b9b9;
		padding-left: 8px;
	}
		#leftcol .subcats li a {
			color: #0072a2;
		}
		#leftcol .subcat li a {
			color: #636363;
		}
		#leftcol .subcats li a.all {
			font-weight: bold;
		}