.sidetree, .sidetree li {
    list-style:none;
}
.sidetree {
    text-transform:uppercase;
}
.sidetree li {
    margin-bottom:5px;
}
.sidetree a, .sidetree a:visited {
    color:#999999;
}
.sidetree a:hover {
    color:#663300;
}
.sidetree a.selected {
    color:#663300;
    font-weight:bold;
}



.sidetree ul {
    margin-left:15px !important;
}