ul.nav-pills a:link, ul.nav-pills a:visited {
    text-decoration: none;
    color: rgb(201, 191, 160);
    background: none;
}

ul.nav-pills a:hover {
    color: rgb(59, 191, 86);
    background: none;
}

ul.nav-pills li.active a {
    background: none;
    color: rgb(59, 191, 86);
}

ul.nav-pills {
    margin-bottom: 30px;
}