#site_map{
        width: 479px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 12px;
        color: #000;
}

#site_map h1{
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        text-align: center;
        padding-left: 0px;
        line-height: 18px;
        color: #000;
}

#site_map table {
        width: 479px;
        line-height: 25px;
        text-align: center;
        margin-top: 20px;
}

#site_map th {
        background-color: #FB6110;
        color: #FFF;
        width: 155px;
}


#site_map td a {
        color: #000;
        text-decoration: none;
}

#site_map .categories_table th {
        background-color: #76CE00;
}

#site_map .categories_table th a {
        color: #FFF;
        text-decoration: none;
}

#site_map .categories_table th a:hover {
        color: #FB6110;
}

#site_map td a:hover {
        background-color: #ACD551;
}



