I want to set the Background color of a PopupMenu to blue. I already searched in the documentation center, but I didn't find any option that seemed suitable.
PopupMenu[
Dynamic[x],
{"Country1", "Country2", "Country3"},
ImageSize -> {180, 60}, Background -> Blue,
Alignment -> {Center, Center},
MenuStyle ->Directive[Orange, 20, Bold]
]



