.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#DB3F0D 0,#222 100%);
    background-image: -o-linear-gradient(top,#DB3F0D 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#DB3F0D),to(#222));
    background-image: linear-gradient(to bottom,#DB3F0D 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB3F0D', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}
.navbar-inverse {
    background-color: #DB3F0D;
    border-color: #080808;
}
