.drawers-wrapper {
    position: relative;
    width: 200px;
}
.drawer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    /*background-image: url("http://images.apple.com/downloads/images/sideboxlight_bg20070611.gif");*/
    background-origin: padding-box;
    background-position: 0 50%;
    background-repeat: repeat-y;
    background-size: auto auto;
    color: #76797C;
    font-size: 11px;
    line-height: 1.3em;
}

.drawers {
    color: #76797C;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
}
.drawers A {
    color: #666666;
    font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}
.drawer li {
    border-bottom-color: #E5E5E5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 16px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
}
UL {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
UL.drawers {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.drawer-handle {
    background-attachment: scroll;
    /*background-clip: border-box;*/
    background-color: #939393;
    background: url("../img/faq/slider_handle_inactive.png");
    background-origin: padding-box;
    /*background-position: 0 50%;*/
    /*background-repeat: repeat;*/
    /*background-size: auto auto;*/
    color: #333333;
    cursor: default;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    text-indent: 5px;
    /*width: 179px;*/
    padding: 2px;
    /*height: 30px;*/
    border: 1px solid grey;	
	text-align: center;	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    width: 173px;
}

.drawer-handle.open {
    background-color: #72839D;
    background: url("../img/faq/slider_handle_active.png") no-repeat;
    /*background-position: -188px 0;*/
    /*color: #FFFFFF;*/
    border: 1px solid grey;	
	text-align: center;	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    width: 173px; 
}
.drawer UL {
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
}
.drawer-content UL {
    padding-top: 7px;
}
.drawer-content LI A {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
}


