Ok, I found it. I post the solution for anyone who might be interested in.
If you want to stylize the whole List element, you do:
#yourListID {
property: value;
}
If you want to stylize only the dropdown content, add an asterisk next to id name:
#yourListID * {
property: value;
}