

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

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

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