

.dropdown-menu {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #dea57b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dea57b));
    background-image: -webkit-linear-gradient(top, #ffffff, #dea57b);
    background-image: -o-linear-gradient(top, #ffffff, #dea57b);
    background-image: linear-gradient(to bottom, #ffffff, #dea57b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdea57b', GradientType=0);

}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #692d00;
    background-image: -moz-linear-gradient(top, #692d00, #692d00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#692d00), to(#692d00));
    background-image: -webkit-linear-gradient(top, #692d00, #692d00);
    background-image: -o-linear-gradient(top, #692d00, #692d00);
    background-image: linear-gradient(to bottom, #692d00, #692d00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff692d00', endColorstr='#ff692d00', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #692d00;
    background-image: -moz-linear-gradient(top, #692d00, #692d00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#692d00), to(#692d00));
    background-image: -webkit-linear-gradient(top, #692d00, #692d00);
    background-image: -o-linear-gradient(top, #692d00, #692d00);
    background-image: linear-gradient(to bottom, #692d00, #692d00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff692d00', endColorstr='#ff692d00', GradientType=0);
}

.subnavigation-wrap, .meta {
    background:#146000;
}
.subnavigation-forpet .navbar .nav > li > a {
    color:#ffffff;
}