#cat-tree hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
#cat-tree ul li {
	padding: 5px 5px;
	border-radius: 0px !important;
}

.cat-link:hover{
	text-decoration: none;
	border-bottom: 1px solid rgb(200, 168, 58);
	
}
.cat-link{
	border-bottom: 1px solid #fff;
}

.cat-link a{
	color: #000;
	display: block;
    /*height: 100%;*/
    width: 100%;
	font-size: 12pt;
}