﻿#MonthlyArchives, #MonthlyArchives ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#MonthlyArchives ul {
    margin-top: 4px;
}
#MonthlyArchives .hitarea {
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
#MonthlyArchives .collapsable-hitarea {
    background-image: url(images/treeviewdown.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
}
#MonthlyArchives .expandable-hitarea {
    background-image: url(images/treeviewright.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}
#MonthlyArchives li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}