div.doi-widget-menu {
    cursor: pointer;
    background:black;
}
div.doi-widget-menu-item {
    height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    width: 150px;
    color: white;
}
div.doi-widget-menu-item table , div.doi-widget-menu-item-hover table{
    background: #B0E57C;
}
div.doi-widget-menu-item a,
div.doi-widget-menu-item a:link,
div.doi-widget-menu-item a:visited{
    text-decoration:none;
    color:white;
    display:block;
    width:100%;
}
div.doi-widget-menu-item-hover a,
div.doi-widget-menu-item-hover a:hover{
    text-decoration:none;
    color:black;
}
td.doi-widget-menu-item-icon{
    width: 30px;
    background: #B0E57C url('image/adminmenu.l.png') no-repeat;
}
td.doi-wiget-menu-frame-item-icon{
    width: 30px;
}
td.doi-widget-menu-item-node,
td.doi-widget-menu-item-node-parent{
    text-align:right;
    width: 5px;
    font-family:arial;
    font-size: 6pt;
    background: #B0E57C url('image/adminmenu.r.png') no-repeat top right;
    padding-right: 10px;
    color:white;
}
div.doi-widget-menu-item-hover td.doi-widget-menu-item-node-parent{
	color:black;
}
div.doi-widget-menu-frame-item{
    height: 24px;
    width: 180px;
}
hr.doi-widget-menu-frame-item-separator{
    width: 180px;
}
div.doi-widget-menu-frame-item a,
div.doi-widget-menu-frame-item a:link,
div.doi-widget-menu-frame-item a:visited{
    text-decoration:none;
    color:white;
    display:block;
    width:100%;
}
td.doi-widget-menu-frame-item-node,
td.doi-widget-menu-frame-item-node-parent{
    font-family:arial;
    font-size: 6pt;
    text-align:right;
}
td.doi-widget-menu-frame-item-icon{
    width:30px;
}
div.doi-widget-menu-frame{
    background: #B0E57C;
    color:white;
    -webkit-box-shadow: 0px 8px 16px black; 
    -moz-box-shadow: 0 8px 16px black; 
    box-shadow: 0 8px 16px black;
}
div.doi-widget-menu-frame-item-hover{
    background: black;
}
td.doi-widget-menu-frame-item-node,
td.doi-widget-menu-frame-item-node-parent{
    color:white;
    padding-right:5px;
}