div.drawers {
	width: 586px;
}
div.drawers h4 {
    cursor: pointer; font-size: 1.1em; 
    color: #B2B2B2;
    padding-bottom: 2px;
    margin-top: 4px;
    margin-bottom: 0px;
    border-bottom: solid 1px #B4B3B0;
    text-transform: uppercase
}
div.drawers h4.on {
    color: #8C8C8C;
    border-bottom: none;
}


