/*
#FFFF33 - Yellow
#4CCC14 - Green
#6E99SC - Green/Gray
#9173FF - Blue/Purple
#141ECC - Blue
*/
#idList { margin:0;padding:0; }
#idList ul.Subjects { list-style:none; }
#idList a, #idList h3.cat {
	display: block;
	padding: 0.2em 0 0.2em 0.2em;
	margin:0 0 -0.1em 0;
	width: 132px;
	opacity: .8;
	filter: alpha(opacity=80);
	font-weight:bold;
	font-size:13px;
	background-color:#000;
	color:#fff;
	border-bottom:#fff solid 1px;
	border-top:#fff solid 1px;
}
#idList li a { text-decoration:none; }
#idList li a.selected { text-decoration:underline; }
ul.SubCat { list-style:disc; }
#idList ul.SubCat a {
	display: block;
	padding: 0.2em 0 0.2em 2em;
	margin:0 0 -0.1em 0;
	width: 111px;
	opacity: .8;
	filter: alpha(opacity=80);
	font-weight:bold;
	font-size:12px;
	background-color:#000;
	color:#9173FF;
	border-bottom:#fff solid 1px;
	border-top:#fff solid 1px;
}
#idList h3.cat {
	font-size:16px;
	color:#FFFF33;
	text-decoration:underline;
}