.MENU
{
    width:auto;
    color: #666666;
    background: #f6efef;
    cursor:pointer; 
    padding:5px;
}
.MENU input[type="checkbox"]
{
    cursor:pointer;
    height:20px;
    width:20px;
}
.MENU input[type="checkbox"]:checked
{
    cursor:pointer;
    height:20px;
    width:20px;
    box-shadow: 0 0 0 3px orange;
}
.MENU label
{
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    color:#0033ff;
    width:130px;
}


.SUB-MENU
{
    
    background: transparent;
    color: #999999;
    cursor:pointer;
    width:600px;
    border:1px solid #999994;
    border-radius:5px;
    padding:5px;
    background: #f6f6f3;
}
.SUB-MENU input[type="checkbox"]
{
    cursor:pointer;
    height:20px;
    width:20px;
    margin-left:5%;
    vertical-align:middle;
}
.SUB-MENU input[type="checkbox"]:checked
{
    cursor:pointer;
    height:20px;
    width:20px;
    margin-left:5%;
    box-shadow: 0 0 0 3px orange;
    vertical-align:middle;
}
.SUB-MENU label
{
    font-size:12px;
    cursor:pointer;
    font-weight:bold;
    color:#3fbf10;
    vertical-align:middle;
}