#topnav a:hover {
    background-color: #8d6b28;
}

#topnav a{
transition-property: background-color;
transition-duration: .5s;
}