ul, ul li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        left: 168.5px;
}

ul {
        position: absolute;
}

ul li {
        float: left;
      
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: transparent #A40D0D #A40D0D #A40D0D;
}

ul a:link, ul a:visited {
        text-decoration: none;
        display: block;
        width: 84px;
        text-align: center;
        padding: 10px 0;
       
        font-weight: bold;
        background-color:#B40D0D;
        color: #fff;
        border-top: 10px solid #B40D0D;
}

ul a:hover {
        background-color: #A40D0E;
        color: #fff;
        border-top: 20px solid #A40D0F;
}


