/* Calls for changing the Expand/Collapse arrow graphics */

.closed {
    cursor: pointer;
    background-image:url('http://www.cityofchesapeake.net/Asset37792.aspx');
    background-repeat:no-repeat;
    text-indent:23px;
    background-position:2px 2px;
}
.open {
    background-image:url('http://www.cityofchesapeake.net/Asset37791.aspx');
}