ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumbs-one{
  background:#E5FFFF;
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #8CFFFF;
  background-image: linear-gradient(to right, #8CFFFF, #A5FFFF;  )
}

#breadcrumbs-one li:first-child a{
  padding-left: 12em;
/*  border-radius: 5px 0 0 5px;*/
}

#breadcrumbs-one a:hover{
  background: #fff;
  background: #E5FFFF;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color:#0FF;  
}

#breadcrumbs-one a::before{
  border-left-color: #8CFFFF;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}