
nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  width: 859px;
  margin: 100px auto 20px;
  color: #f0f0f0;
  text-align: center;
}

.nav {color:#fff;
  width: 859px;
  margin: 0 auto;
  color: #f0f0f0;
}
.nav a {color:#fff;
  display: block;
  padding: 0 14px;
  line-height: inherit;
  cursor: pointer;
}
.nav a:hover {color:#fff;
  display: block;
  padding: 0 14px;
  line-height: inherit;
  cursor: pointer;
}

.nav_menu {
font-size:16px;color:#fff;font-family:Î¢ÈíÑÅºÚ,Verdana, Arial, Helvetica, sans-serif;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
}


.nav_submenu {
font-size:12px;color:#fff;font-family:Î¢ÈíÑÅºÚ,Verdana, Arial, Helvetica, sans-serif;
line-height: 35px;
  text-transform: none;
  display: none;
  position: absolute;
  width: 130px;
  background-color: #34190F;
}



.nav_menu-item { 
  background: url(../1.png) no-repeat 0px 0px;
width: 106px;text-align: center;
  display: inline-block;
  position: relative;

}

.nav_menu-item:hover {
  background-color: #34190F;
}
.nav_menu-item:hover .nav_submenu {
  display: block;
}
.nav_submenu-item:hover {
  background-color: #000;
}