

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

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

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