xxxxxxxxxx
.nav {
width:898px;
}
.nav ul {
list-style: none;
text-align: center;
padding: 0;
margin: 0;
}
.nav li {
font-family: 'Roboto', sans-serif;
width: 149.6666666px;
border-bottom: none;
height: 106px;
line-height: 106px;
font-size: 14px;
display: inline-block;
float:left;
margin: 0 auto;
}
.nav a {
text-decoration: none;
color:#000000;
display: block;
transition: .3s background-color;
}
.nav a:hover {
background-color: #5c89c7;
color:#FFFFFF;
}