#menu .BW ul {
    background-color: #E3E7D8;
}

#menu .BW ul ul {
    background-color: #F0F5E7;
}

#menu .BW ul ul ul {
    background-color: #F6F9F1;
}

/* first level */
#menu .BW ul li a {
	background-color: #E3E7D8;
}

/* second level */
#menu .BW ul ul li span {
    border-left: 5px solid #74A6B3;
}

#menu .BW ul ul a {
    background-color: #F0F5E7;
}

/* third level */
#menu .BW ul ul ul li span {
    border-left-color: #AAC9D1;
}

#menu .BW ul ul ul li a {
    background-color: #F6F9F1;
}

/* fourth level */
#menu .BW ul ul ul ul li span {
    border-left-color: #D4E4E8;
}
