﻿.ui-contextmenu {
    z-index: 99991;
}

.ui-menu.ui-contextmenu {
    width: auto;
}

.ui-menu.ui-contextmenu .ui-menu-item {
    padding: 3px 2em 3px .6em;
    white-space: nowrap;
}
.ui-menu.ui-contextmenu:hover .ui-menu-item:hover {
    background:#F0F0F0; 
}
/*  both the following styles for highlighting a clicked parent menu item would not work because of the fix put in to ensure context menu does not disappear ahen a parent item is clicked.*/
/*.ui-menu-item.active {
    background:#0033FF; 
}*/
.ui-menu.ui-contextmenu:focus .ui-menu-item:focus {
    background:#0033FF; 
}