.sidebar .nav > li > a {
	position: relative;
	display: block;
	height: 42px;
    line-height: 42px;
	color: #7b828c;
    padding: 0 0 0 58px;
	border-bottom: 1px solid #f4f4f4;
	text-transform: uppercase;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
	position: relative;
	display: block;
    background-color: #7b828c;
    color: #fff;
}

.sidebar .nav > li > div {
	background: #ffffff;
	display: none;
}
.sidebar .nav > li > div.on {
	display: block;
}
.sidebar .nav >li > div > ul > li {
	padding: 0 0 0 58px;
}
.sidebar .nav >li > div > ul > li a{
	display: block;
	padding: 3px 0px;
}
.sidebar .nav >li > div > ul > li a.on{
	color: #b30e50;
}
.sidebar .nav >li > div > ul {
	padding: 0;
	border-bottom: 1px solid #f4f4f4;
}
.sidebar .nav > li > div > ul > li > a:hover, .nav > li > div > ul> li > a:focus {
	color: rgb(179, 14, 80);
}

.sidebar .logo{
	margin: 18px auto;
	width: 160px;
	height: auto;
}

.sidebar .nav > li:nth-of-type(1) > a:before {
	position: absolute;
	left:30px;
	top:9px;
	display: block;
	content: "";
width: 22px;
  height: 22px;
  background: url(/image/catalog/icon/left_icon_1.png) no-repeat center center;
background-size: 100%;
}

.sidebar .nav > li:nth-of-type(1):hover > a:before,
.sidebar .nav > li:nth-of-type(1) > a.active:before {
  background: url(/image/catalog/icon/left_icon_1_1.png) no-repeat center center;
	background-size: 100%;
}


.sidebar .nav > li:nth-of-type(2) > a:before {
	position: absolute;
	left:30px;
	top:9px;
	display: block;
	content: "";
width: 22px;
  height: 22px;
  background: url(/image/catalog/icon/left_icon_2.png) no-repeat center center;
background-size: 100%;
}

.sidebar .nav > li:nth-of-type(2):hover > a:before,
.sidebar .nav > li:nth-of-type(2) > a.active:before {
  background: url(/image/catalog/icon/left_icon_2_1.png) no-repeat center center;
	background-size: 100%;
}

.sidebar .nav > li:nth-of-type(3) > a:before {
	position: absolute;
	left:30px;
	top:9px;
	display: block;
	content: "";
width: 22px;
  height: 22px;
  background: url(/image/catalog/icon/left_icon_3.png) no-repeat center center;
background-size: 100%;
}

.sidebar .nav > li:nth-of-type(3):hover > a:before,
.sidebar .nav > li:nth-of-type(3) > a.active:before {
  background: url(/image/catalog/icon/left_icon_3_1.png) no-repeat center center;
	background-size: 100%;
}

