#top_menu .menu-item:nth-child(2) a, #top_menu .menu-item:nth-child(3) a {
    background: #D0AE27;
    padding: 7px;
    color: #FFF;
    transition: opacity .5s ease;
}

#top_menu .menu-item:nth-child(2) a:hover, #top_menu .menu-item:nth-child(3) a:hover {
    opacity: .7;
}