.service_type li {
  width: 110px;
  float: left;
  position: relative;
  margin-bottom: -2px;
  border: solid 1px #ccc; 
  padding: 10px 30px 10px 30px;
   border-radius: 0;
  margin-left: -1px;
  text-align: center;
  background-color: #F6F6F6;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 13px;
}
.service_type li.selected {
  border-bottom: none;
  /* padding-bottom: 12px; */
  background: none;
  background-color: #ffffff; 
  /* margin-bottom: -5px; */
  /* border-bottom: 3px solid transparent; */
  /* height: 14px; */
  border-left: 1px solid #ccc;
  /* border-bottom: none; */
  border-right: 1px solid #ccc;
  padding-top: 10px;
  font-size: 12px;
}
.service_type li.selected:after {
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  display: block;
  background-color: #008a32;
  height: 4px;
  position: absolute;
} 
.service_type li  a{
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
}