div.categories {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.categories ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.categories ul ul {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.categories a {
	color: #333333;
	text-decoration: none;
}
ul.categories li {
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 2px;
}

li.category-header {
	background-color: #0078c5;
	color: #ffffff;
}

li.category-even {
	background-color: #e6edf8;
}
li.category-odd {
	background-color: #C8D8F0;
}
.pages {
	margin-top: 15px;
}
