.nav_ul > li a{
    width: 10% !important;
    text-align: center;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;}
.nav_ul > li a:hover {
    background: #ffffff;
    color: #8c0000;
  
      text-decoration: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;}
