#toolbar {
    /*background: #9b0000;*/
    background: #000;
}

/*
#toolbar div.toolbar-menu {
    background: #430000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#430000', endColorstr='#9b0000');
    background: -webkit-gradient(linear, left top, left bottom, from(#430000), to(#9b0000));
    background: -moz-linear-gradient(top, #430000, #9b0000);
}
*/