.allcategory {
	position: relative;
}
.allcategory .category {
	width: 220px;
	border-right: 1px #d7d7d7 solid;
	float: left;
}
.allcategory .regions {
	width: 200px;
	border-right: 1px #d7d7d7 solid;
	float: left;
}


.allcategory ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.allcategory .cat-li {
	position: relative;
	color: white;
    background-color: blue;
	cursor: pointer;
}

.allcategory .cat-li:hover{background-color:#ef798d;}

.cat-li {
	border-top: 1px #d7d7d7 solid;
}
.cat-li:first-child {
	border-top: none;
}

.cat-item {
	padding: 10px 10px;
}
.cat-item.on {
	background-color:#ef798d;
}




.region-li {
	/* position: relative; */
	border-bottom: 1px #d7d7d7 solid;
}
.region-item {
	padding: 10px 30px;
	background-color:white;
}
.region-li.on .region-item {
	background-color:#1a6fb5;
	color:white;
}

.region-li:hover .region-item{	background-color:#1a6fb5;
	color:white;}
.month-wrap {
	position: absolute;
	left: 395px;
	top: 0;
	width: 90px;
	border-right: 1px #d7d7d7 solid;
	padding-left: 5px;
	display: none;
	text-align: center;
}

.month-ul {
	
}
.month-li {
	border-bottom: 1px #d7d7d7 solid;
}
.month-li:hover a {
	background-color:#1a6fb5;
	color:white;
}
.month-li a {
	display: block;
	padding: 10px;
	background-color: white;
}