

html .dropdown-menu {
    background-color: #D6C9C1;
    background-image: -moz-linear-gradient(top, #D6C9C1, #D6C9C1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D6C9C1), to(#D6C9C1));
    background-image: -webkit-linear-gradient(top, #D6C9C1, #D6C9C1);
    background-image: -o-linear-gradient(top, #D6C9C1, #D6C9C1);
    background-image: linear-gradient(to bottom, #D6C9C1, #D6C9C1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD6C9C1', endColorstr='#ffD6C9C1', 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: #7E8D4C;
    background-image: -moz-linear-gradient(top, #7E8D4C, #7E8D4C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7E8D4C), to(#7E8D4C));
    background-image: -webkit-linear-gradient(top, #7E8D4C, #7E8D4C);
    background-image: -o-linear-gradient(top, #7E8D4C, #7E8D4C);
    background-image: linear-gradient(to bottom, #7E8D4C, #7E8D4C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7E8D4C', endColorstr='#ff7E8D4C', GradientType=0);
}

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

html .subnavigation-wrap, .meta {
    background:#7E8D4C;
}
html .subnavigation-forpet .navbar .nav > li > a {
    color:#fff;
}
html header .navigation li {
    border-right:1px solid #333;
}