.category_block{
	margin-top: 20px;
}

.category_block h3{
	padding-bottom: 10px;
}

.category_list{
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 20px 0 10px 0;
	width: 280px;
}

.category_list a{
	display: block;
	padding: 5px;
	/*border-bottom: 1px dotted #999;*/
}

.category_list a:hover{
	background: #ffff94;
}

.category_list li:last-child a{
	border-bottom: 0px;
}

.category_title{
	position: relative;
	border-bottom: 1px dotted #999;
	margin-right: 20px;
	padding-left: 15px;
}

.category_title .arrow{
	width: 20px;
	height: 10px;
	background: url('../images/nl/general/sep_arrow_bot.png') no-repeat 50% 0;
	position: absolute;
	bottom: -10px;
	left: 8px;
}
