#items{
  list-style:none;
  margin:0px;
  margin-top:4px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:3px;
  font-size:15px;
  color: #333333;
  
}
hr { 
    width: 95%; 
    background-color:#E4E4E4;
    border-color:#E4E4E4;
    color:#E4E4E4;
}
#cntnr, .submenu{
  display:none;
  position:fixed;
  border:1px solid #B2B2B2;
  width:250px;      background:#F9F9F9;
  border-radius:4px;
    
-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

li{
    height: 20px;
    margin:0;
    padding: 0;
}

#cntnr li:hover, .submenu li:hover{
    color: white;
    background:#284570;
    border-radius:2px;
    cursor:pointer; 
}

#cntnr li p, .submenu li p{
    padding-top:0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

#cntnr li span.shortcut, .submenu li span.shortcut{
    float: right;
}

#cntnr li span.icon, .submenu li span.icon{
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 10px;
    margin-left:2px;
    vertical-align: middle;
}


