


#adminbar {
    background:             #fff;
    position:               absolute;
    right:                  0px;
    top:                    0px;
    z-index:                10;
    padding-left:           0px;
    border:                 2px solid #ccc;
    border-top:             0px;
    border-right:           0px;
    width:                 320px;
    z-index:               3800;
  
   
    
}

#adminbar_title {
    background:             #fbfbfb url(img/arrow_down.png) no-repeat;
    background-position:    6px 6px;

    padding:                12px 12px 10px 53px;

    border:                 1px solid #ccc;
    border-top-width:       0px;
    border-left-width:      0px;
    border-right-width:     0px;
    font-size:              17px;
    color:                  #666;
    display:                block;
    cursor:                 pointer
    
}

#adminbar_navigator {
  
    height:                 38px;
    width:                  38px;
    display:                inline-block;
    float:                  left;
}


#adminbar_content {
     
     padding:               5px 5px 12px 25px;
     background:            #ffffcc;
     display:               none;
    z-index:                1111;
     
}



