.subjects {
margin:0 0 0 20px;
padding:0;
list-style:none;
float:left;
width:250px;
}

.subjects li {
padding: 4px 0;
clear:both;

}

.subjects li a span {
display:block;
float:left;
}

.subjects li a .count {
font-size:10px;
color:#aaa;
font-weight:bold;
float:left;
}

.subjects li a .label {
color: #003d89;
text-decoration:underline;
cursor:pointer;
margin:0 5px 0 0;
}

.subjects li a {
display:block;
background:transparent url(/syllabi/folder.png) no-repeat 0 0;
padding:1px 0 1px 20px;
float:left;
text-decoration:none;
}

.subjects li a:hover {
color: #003d89;
background:transparent url(/syllabi/folder_open.png) no-repeat 0 0;
}

.courses {
margin:0 20px 0 20px;
padding:0;
list-style:none;
}

.courses li {
padding: 2px 0;
clear:both;
}

.courses li a {
display:block;
color: #003d89;
background:transparent url(/syllabi/doc.png) no-repeat 0 50%;
padding:1px 0 1px 20px;
float:left;
}

