ul.leftmenu{ 
  padding: 0; margin: 0; list-style: none;
}
ul.leftmenu li{  
  margin: 0 0 12px; padding: 0;
}
ul.leftmenu li a{ 
  display: block; 
  /* border: 1px solid #eee;  */
  border-radius: 0 24px 24px 0;
  background: #eee;
  padding: 10px 15px;
  position: relative;
  color: #043785;
}
ul.leftmenu li a:hover{
  background: #ddd;
  text-decoration: none;
}
ul.leftmenu li a .count{
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 9px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #043785;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
}
ul.leftmenu li.active-tab a{
  background: #043785;
  color: #fff;
  text-decoration: none;
}
ul.leftmenu li.active-tab a .count{
  background: #fff;
  color: #043785;
}
ul.leftmenu li a p{
  margin: 0 0 0;
}
ul.leftmenu li a.selectted_type{
  background: #043785;
  color: #fff;
  text-decoration: none;
}
ul.leftmenu li ul{
  margin: 10px 0 0;
  padding:10px 15px;
  border-radius: 16px;
  /* background: #eee; */
  background: #d6e1f2;
}
ul.leftmenu li ul li{
  list-style-type: none;
  background-color: b5cfeb;
}
ul.leftmenu li ul li:last-child{
  margin: 0 0 0;
}
ul.leftmenu li ul li a{
  border-radius: 6px;
  padding: 5px 10px;
  color: #043785;
  /* border: 1px solid #a5bcde; */
  background: #a5bcde;
}

ul.leftmenu li ul li a:hover{
  /* text-decoration: underline !important; */
  background: #fff;
}


