#blog-archives {
	display: none;
}

#blog-categories {
    margin: 0;
    padding: 0;
	line-height: 0px;
}

.blog-category-link-enabled, .blog-category-link-disabled {
	line-height: 23px;
}

.blog-category-link-enabled:first-of-type {
	-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.blog-category-link-enabled:last-of-type {
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.blog-category-link-enabled {
	background: white url(../../images/listArrow.png) no-repeat right center;
	display: block;
	margin: -1px 0 -5px 0;
	padding: 8px 0 8px 9px;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	border: 1px solid #999999;
	text-decoration: none;
	color: inherit;
}

.blog-category-link-enabled:hover{
	text-decoration: none;
	background-color: #194fdb !important;
    background-image: url(../../images/listArrowSel.png), url(../../images/selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

.blog-category-link-disabled {
    display: none;
}