ul.drawers {
        width: 220px;
        margin:0;
        float:left;
    }
    
    ul {
        list-style: none;
        margin: 0;
        padding: 5px;
    }
    
    li a {
        text-decoration: none;
        color: #fff;
        font-weight:normal;
        padding: 1px 0px 0px 20px;
    }
    
    h2.drawer-handle {
        margin: 0;
        padding: 2px 2px 2px 25px;
        background: #ccc ;
        background-image:url(../i/link_closed.jpg) ;
background-repeat: no-repeat;
background-position:left ;
        color: #515050;
        font-style:italic;
        font-size:11px;
        cursor:pointer;
    }
    
    h2.drawer-handle.open {
        background-color: #ccc;
        background-image:url(../i/link_drawer.jpg) ;
background-repeat: no-repeat;
background-position:left ;
    }
    
