

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

}

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

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

html .subnavigation-wrap, .meta {
    background:#014421;
}
html .subnavigation-forpet .navbar .nav > li > a {
    color:#fff;
}
