

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

}

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

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

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