/* Context menu Script- © Dynamic Drive (www.dynamicdrive.com) Last updated: 01/08/22
For full source code and Terms Of Use, visit http://www.dynamicdrive.com */

.skin0 {
   position:absolute;
   width:150px;
   border:1px solid black;
   background-color: #f5f5f5;
   line-height:20px;
   cursor:default;
   font: 11px verdana, arial, helvetica;
   visibility:hidden;
   z-index:90;
}

.skin0 .menu_header {
   width : 100%;
   font-weight: bold;
   background-color : #0A0A84;
   color : white;
   text-align : center;
   border-collapse : collapse;
   border-bottom : 1px solid black;
   margin-bottom: 2px;
}


.skin0 .menuitems {
    padding-right:10px;
    padding-bottom:2px;
    padding-top:2px;
}

.skin0 .menusections {
    border-bottom : 1px solid black;
}


#subcontextmenu {
   width:160px;
   z-index:10000;
}

.skin0 .submenu_header {
   width : 100%;
   font-weight: bold;
   background-color : lightyellow;
   color : black;
   text-align : center;
   border-collapse : collapse;
   border-bottom : 1px solid black;
   margin-bottom: 2px;
}