
.all-menu {
  margin-top:22px;
  background-color:#F7F7F7;
  list-style: none;
  height: 35px;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: -0px;
}

.all-menu > li {
  color:white;
/*   background-color:green; */
  padding-top:7px;
  height: 100%;
  margin-left:-40px;
  float: left;
}

.all-menu > .other-menu {
  width:600px;
  color:#F08535;
}

.all-menu .first {
  background-color:#F08535;
  width: 220px;
  text-align: center
}

.menu {
  width: 220px;
  background-color:#000000;
  text-align: left;
  margin-top:8px;
  list-style:none;
  position: absolute
}

.menu li {
  /*position: relative;*/
  margin-left:-40px;
  padding:8px 5px 5px 4px;
  border-bottom: 1px solid rgba(22,22,22,0.2);
  transition: all 0.3s;
}

.menu > li > a {
  padding-left:5px;
  color:white;
}
.menu .forword {
  float: right;
}

/*  Hover */ 

.menu > li > a:hover {
  text-decoration: none;
}
.menu > li:hover {
  background-color:#f8f8f8;
  cursor: pointer;
}

.menu > li:hover > a {
  color:black;
}

.man-tags {
  position: absolute;
  left:220px;
  width: 500px;
  height: 400px;
  top: 0px;
  display: none;
  background-color:#f8f8f8;
  min-width: 700px;
  color:blue;
  box-shadow:5px 3px 10px rgba(22,22,22,.2);
  z-index: 10;
}

.menu >li:hover .man-tags  {
  display: block;
}

.man-tags .tag-wrapping {
    margin-left: 20px;
}

.man-tags .tag-wrapping .tag {
  margin-left: 20px;
  font-size: 12px;
  
}

.tag-wrapping h4 > a {
  font-size: 14px;
  color:red;
}

.tag-wrapping a:hover {
   color:rgba(22,22,22,0.9);
   text-decoration: none;
}

















