#library {
	width: 680px;
	line-height: 1.6em;
}
#library a {
	color: #000;
	/* color: #6699ff; */
}
#library #breadcrumb {
	font-size: .9em;
}

.libCatBox {
	float: left;
	width: 30%;
	margin: 10px;

}

.libCatHdr {
	padding-bottom: 4px;
	border-bottom: 2px dotted #cfcfcf;
	margin-bottom: 4px;
	margin-top: 10px;
}


#library ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#library ul li a {
	padding-left: 18px;
	background-color: transparent;
	background: url(/library/images/arrow2.gif) no-repeat 0 60%;
}
#library span.subhead {
	padding-left: 18px;
	font-weight: bold;
	color: #666;
	background: url(/library/images/arrow2.gif) no-repeat 0 60%;
}

#library ul.sublist li {
	margin-left: 20px;
}

#library ul.sublist li a {
	padding-left: 12px;
	background: url(/library/images/subarrow2.gif) no-repeat;
}
