html{color:#000;background:#FFF;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
margin:0; 
padding:0; 
} 
table { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img { 
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
list-style:none; 
} 
caption,th { 
text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { border:0; 
} 

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

.navv {
  width: 100%;
  margin: 0 auto;
  background: #168ed5;
  color: #fff;
}
.navv a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer;
  color:#fff;
  font-size:16px;
}
.navv_menu {
  line-height: 40px;
  width:1200px;
  margin:0 auto;
  font-weight: 700;
  text-transform: uppercase;
  padding-left:0px;
}
.navv_menu-item {
  display: inline-block;
  position: relative;
  width:160px;
  z-index:999;
}
.navv_menu-item:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.navv_menu-item:hover .navv_submenu {
  display: block;
}
.navv_submenu {
    list-style:none;
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 160px;
  background-color: #168ed5;
}
.navv_submenu-item:hover {
  list-style-type:none;
  background: rgba(0, 0, 0, 0.7);
  display: block;  
}
