#sitemap{
    margin-top: 30px;
}
#sitemap .span3{
    margin-bottom: 20px;
}
#sitemap h2{
    margin: 6px 0 20px;
}
#sitemap h2,
#sitemap h3,
#sitemap h4,
#sitemap a{
    line-height: 20px;
}
#sitemap h3,
#sitemap h4,
#sitemap a{
    color: #767676;
}
#sitemap a{
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
#sitemap a:hover{
    color: #A59872;
}
#sitemap ul, #sitemap ol {
    margin: 0;
}
#sitemap hr.transparentHR {
    visibility: hidden;
    margin: 10px 0;
}
#sitemap li{
    list-style: none;
}
#sitemap .dot {
    color: #A59872;
    padding-right: 3px;
}