UL.btn LI {
  float: left;
  list-style: none;
  position: relative;
  margin: 0px;
	padding: 0px;
	white-space: nowrap;
  /*
  padding: 15px;
  list-style: none;
  width: 80px;
  height: 20px;
  text-align: left;
  */
}

UL.btn LI a {
  color: #000;
  text-decoration: none;
}

UL.btn LI:hover {
  /*#2e2728*/
  color: #fff;
  text-decoration: none;
}

UL.btn UL {
  /*background: #46211A;*/
   position: absolute;
  top: 65px;
  /*top: 15px;*/
  display: none;
  /*width: 70px;*/
  left: 15px;
}

UL.btn UL LI {
  float: none;
  position: relative;
  left: -40px;
  padding: 5px 15px 5px 15px;
  /*border-top: 1px solid #fff;/*width:150px;*/
}

.current UL {
	/*background-color: #46211A;*/
	background: rgba(255, 255, 255, 0.5);
}

.with-child::after {
  content: '\25be';
  color: #ffffff;
}
