Looks like there might be a number of places that this being assigned... Look for the following in you .css file..
Code:
.VertMenuCatBox {
BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatWelcBox {
BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatBorder {
BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatWelcBorder {
BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatTitle {
BACKGROUND-COLOR: #FFD7D3;
COLOR: #B80134;
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
}
.VertMenuCatWelcTitle {
BACKGROUND-COLOR: #FFD7D3;
COLOR: #B80134;
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
}
.VertMenuCatBoxNewsTitle {
BACKGROUND-COLOR: #FFD7D3;
COLOR: #B80134;
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
}
.VertMenuCatWelcBoxNewsTitle {
BACKGROUND-COLOR: #FFD7D3;
COLOR: #B80134;
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
}
Hope this helps... And I hope I got em all...