#leftmenu { float:left; width:100%; background:-webkit-linear-gradient(top,#66676b,#151115);
background:-ms-linear-gradient(top,#66676b,#151115);
background:-moz-linear-gradient(top,#66676b,#151115);
background:-o-linear-gradient(top,#66676b,#151115);}
#leftmenu ul {
  margin: 0;
  padding: 0;
}

#leftmenu .main-leftmenu {
  display: none;
}

#lefttm:checked + .main-leftmenu {
  display: block;
}

#leftmenu input[type="checkbox"], 
#leftmenu ul span.drop-icon {
  display: none;
}

#leftmenu li, 
#toggle-leftmenu, 
#leftmenu .sub-leftmenu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#leftmenu li, 
#toggle-leftmenu {
  border-width: 0 0 1px;
}

#leftmenu .sub-leftmenu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#leftmenu .sub-leftmenu li:last-child {
  border-width: 0;
}

#leftmenu li, 
#toggle-leftmenu, 
#leftmenu a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#leftmenu, #toggle-leftmenu {
background:-webkit-linear-gradient(top,#66676b,#151115);
background:-ms-linear-gradient(top,#66676b,#151115);
background:-moz-linear-gradient(top,#66676b,#151115);
background:-o-linear-gradient(top,#66676b,#151115);
}

#toggle-leftmenu, 
#leftmenu a {
  padding:0em 1.5em;
  line-height:31px;
  font-family:'Calibri', sans-serif;
  font-size:14px; color:#fff;
  text-transform:uppercase;
}
#leftmenu ul li { width:100%;}
#leftmenu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#leftmenu a:hover {
background:-moz-linear-gradient(top,#110b10,#616266);
background:-webkit-linear-gradient(top,#110b10,#616266);
background:-ms-linear-gradient(top,#110b10,#616266);
background:-o-linear-gradient(top,#110b10,#616266);
  color: #ffbd1e;
}

#leftmenu .sub-leftmenu {
  display: none;
}

#leftmenu input[type="checkbox"]:checked + .sub-leftmenu {
  display: block;
}

#leftmenu .sub-leftmenu a:hover {
  color: #444;
}

#toggle-leftmenu .drop-icon, 
#leftmenu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 10px;
}

#leftmenu label.drop-icon, #toggle-leftmenu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color:#000;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#leftmenu .drop-icon {
  line-height: 1;
}





@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #leftmenu li a{
    width: auto;
	padding:0 1em;
  }

  #leftmenu .sub-leftmenu li {
    width: auto;
  }
}

@media only screen and (min-width: 52em) {
  #leftmenu .main-leftmenu {
    display: block;
  }
#leftmenu ul li{width:auto; float:left; box-sizing:border-box; padding-right:2px; list-style:none; background:url(../images/spreot.jpg) no-repeat right center;}
  #toggle-leftmenu, 
  #leftmenu label.drop-icon {
    display: none;
  }

  #leftmenu ul span.drop-icon {
    display: inline-block;
  }

  #leftmenu li {
    float: left;
    border-width: 0 0px 0 0;
  }

  #leftmenu .sub-leftmenu li {
    float: none;
  }

  #leftmenu .sub-leftmenu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #leftmenu .sub-leftmenu, 
  #leftmenu input[type="checkbox"]:checked + .sub-leftmenu {
    display: none;
  }

  #leftmenu .sub-leftmenu li {
    border-width: 0 0 1px;
  }

  #leftmenu .sub-leftmenu .sub-leftmenu {
    top: 0;
    left: 100%;
  }

  #leftmenu li:hover > input[type="checkbox"] + .sub-leftmenu {
    display: block;
  }
}