.sidebar {
  margin-top:2px;
  border: none;
  position: relative;
}

.sidebar>li.acontent {
  height: 10px;
  width: 50px;
  margin-bottom: 95px;
}
.sidebar>li.pcontent {
  height: 10px;
  width: 156px;
  margin-top: -2px;
  margin-bottom: 95px;
}

.sidebar>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  padding:2px;
  text-align: center;
  overflow:hidden;
  border-radius: 4px 4px 0px 0px;
}
.sidebar>li.active>a,
.sidebar>li.active>a:hover,
.sidebar>li.active>a:focus {
  //background:#000000;
  //background:#f7f7f7;
  //color:#9d9d9d;
  color:#777;
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sidebar.sidebar-left>li.acontent {
  left: -94px;
}
.sidebar.sidebar-right>li.acontent {
  
  right:19px;
}
.sidebar.sidebar-right>li.pcontent {
  
  right:72px;
}

.sidebar.sidebar-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar.sidebar-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}