/*Box category*/
.box_category {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.box_category ul {list-style:none}

.box_category li a {
	display:block;
	line-height:38px;	
	color:#ffffff;
	font-weight:bold;
	height:38px;
	background:url(../images/bg_box_cat.gif) left no-repeat;
	text-decoration:none;
	padding-left:15px;
}
.box_category li a:hover {
	display:block;
	line-height:38px;	
	color:#074f68;
	font-weight:bold;
	height:38px;
	background:url(../images/bg_box_cat_act.gif) left no-repeat;
	text-decoration:none;
}
.box_category li a.current {
	display:block;
	line-height:38px;	
	color:#074f68;
	font-weight:bold;
	height:38px;
	background:url(../images/bg_box_cat_act.gif) left no-repeat;
	text-decoration:none;
}

.box_category li.first {
	display:block;
	line-height:11px;	
	color:#074f68;
	font-weight:bold;
	height:11px;
	line-height:11px;
	background:url(../images/img_box_cat_top.gif) bottom #937140 no-repeat;
}
