.popup-menubar-anchor {
 float:left;
 padding-left: 5px;
 padding-right: 5px; 
 background-repeat: no-repeat;
 background-position: right;
 cursor: pointer; 
 
}

.popup-menu {
 color: #000000;
 position: absolute;
 background-color:#cdcdff;
 list-style: none;
 margin-left: 0px;
 padding-left: 0px;
 width: 11em;
 top: 0.3em;
 border-width: 1px;
 border-style: outset;
 -moz-user-select: none;
}

.popup-menubar {
 height: 22px;
 cursor: default;
 border-bottom: 2px solid #c0c0c0; /* silver */
 background-color: #cdcdff; /* light purple */ 
 overflow: hidden;
 -moz-user-select: none;
}

.highlight {
 background-color: #5f5f96; /* dark purple */
 color: #cdcdff;
}

.popup-menu-item {
 cursor: default;
 padding-left: 10px;
}

.popup-menu a:hover {
 cursor: default;

}

.popup-menu a {
 text-decoration: none;
 width: inherit;
 display: block;
 color: #000000;
}

.popup-menu-item.popup-menu-anchor {
 background-image: url( ../../../images/et1/menu/arrow_submenu_right_enabled.png ); 
 background-repeat: no-repeat;
 background-position: right;
}

.disabled .popup-menu-item.popup-menu-anchor {
 background-image: url( ../../../images/et1/menu/arrow_submenu_right_disabled.png ); 
 background-repeat: no-repeat;
 background-position: right;
}

.disabled {
 color: #545468;
}

.disabled .highlight{
  color:  #545468;
}
