

.category_list ul{ list-style:none; margin:-1px 2px 2px -40px; width:220px;}

.category_list li a{list-style:none; padding-left:30px; padding-right:10px; background:url(../images/icon_plus.png) 10px 15px no-repeat; height:35px; line-height:35px;
font-size:17px;
font-family:'oswald-light'; 
border-bottom:1px solid #ddd;
display:block;
color:#151515;
text-decoration:none;
}

.category_list li:last-child { border: none;}

.category_list li a:hover{list-style:none; padding-left:30px; padding-right:10px; background:url(../images/icon_plus_hr.png) 20px 15px no-repeat; height:35px; line-height:35px;
	background-color:#89bd7f;
	display:block;
	color:#fff;

	text-decoration:none;
}

#cat_menu { position: relative; width:220px; height:100px; top:320px;}

