Pèpe #22: Farbverlauf

Beitrag lesen

Hallo ich hab bei mir links und rechts je eine Spalte:

#left_menu {
 margin-left:0px;
 width: 156px;
 height: 688px;
 background-color: #D70000;
 border-bottom: 1px black solid;
 border-left: 1px black solid;
}

#right_menu {
 margin-left:693px;
 margin-top:-21px;
 width: 156px;
 height: 688px;
 background-color: #D70000;
 border-bottom: 1px black solid;
 border-left: 1px black solid;
    border-right: 1px black solid;
}

statt background-color: #D70000 hätte ich aber gerne einen farbverlauf für die Spalte von 04145C nach 000000. Wie muss ich das in der css eingeben?

Danke schon mal!