/*Box category*/
.box_category {
	margin:0px;
	padding:0px;
}

.box_category ul {list-style:none}
.box_category li {
	background:url(../images/menu_hr.gif) bottom repeat-x;
}

.box_category li.last {
	background:none;
}
.box_category li a {
	display:block;
	background:url(../images/icon_box_cat.gif) 0px 16px no-repeat;
	padding-left:18px;
	line-height:33px;	
	color:#ffffff;
	font-weight:bold;
	height:33px;
	text-decoration:none;
}
.box_category li a.current {
	color:#d3ff7b;
}
.box_category li a:hover {
	color:#d3ff7b;
	text-decoration:none;
}
