

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

}

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

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

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