/* Add here all your css styles (customizations) */
.userMenu{
width: 100%;
background-color: #000000;
z-index: 999;
position:relative;


}





    ul.userMenu{
        padding: 0;
        list-style: none;
        z-index: 999;
        position: relative;
    }
    ul.userMenu li.userMenu{
        float: left;
        width: 100px;
        text-align: center;
           z-index: 999;
        position: relative;
    }
    ul.userMenu li.userMenu a.userMenu{
        display: block;
        padding: 5px 10px;
        color: #333;
        background: #f2f2f2;
        text-decoration: none;
           z-index: 999;
        position: relative;
    }
    ul.userMenu li.userMenu ul.userMenu{
        display: none;
        z-index: 999;
        position: absolute;
    }






.navbar-custom{
  background-color: #000000;
   height:20px;
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
  }

.ul-usermenu{
  border-left: 2px solid #000;
      min-height: 200px;  
    height: auto !important;  
    height: 200px;
  padding-left:8px;

    } 
    
    .arrow{
          
font-size: 0px; line-height: 0%; width: 0px;
border-top: 17px solid #000;
border-left: 17px solid #FFF;
border-right: 17px solid #FFF;
  padding-top:12px;
  padding-left:0px;
        }
    
    
    
    