

.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: #0373C0;
    background-image: -moz-linear-gradient(top, #0373C0, #0373C0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0373C0), to(#0373C0));
    background-image: -webkit-linear-gradient(top, #0373C0, #0373C0);
    background-image: -o-linear-gradient(top, #0373C0, #0373C0);
    background-image: linear-gradient(to bottom, #0373C0, #0373C0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0373C0', endColorstr='#ff0373C0', GradientType=0);
}

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

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