

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

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

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