
a,a:hover{color:#FFF;text-decoration:none}



body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
 
}

navm ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}


.navm {
  width: 1200px;
  margin: 0 auto;
  background: #D2242B;
  color: #000000;
}
.navm a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer;
}
.navm_menu {
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
}
.navm_menu-item {
  display: inline-block;
  position: relative;
  width:150px;
}
.navm_menu-item:hover {
  background-color: #FBBE09;
}
.navm_menu-item:hover .navm_submenu {
  display: block;list-style:none; z-index:999999;
}
.navm_submenu {
  font-weight: 300;
  list-style:none;
  text-transform: none;
  display: none;
  position: absolute;
  width: 220px;
  background-color: #FBBE09; z-index:999999;
}
.navm_submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
