Popup is a more generic popup than menupopup. You can place any kind of components inside of popup.
CSS Definition
Description
Default Values
div.ctxpopup
The outline of popup
cursor: pointer;
background: #e9effa;
padding: 1px;
background: #f0f5ff;
display: block;
position: absolute;
z-index: 88000;
border: 1px outset;
The way to customize the background of menupopup is change color as follows.
div.ctxpopup { background:#77DD77;