#content div.sitemap ul
{
    list-style: none;
    padding-left: 0;
}

    .sitemap ul li
    {
        padding-bottom: 3em;
    }

        .sitemap ul li a
        {
            font-size: 13px;
            color: #cf1c21;
            text-transform: uppercase;
            font-weight: bold;
            text-decoration: none;
        }

        #content .sitemap ul ul
        {
            list-style-image: url(../../images/bullet.gif);
            padding-left: 15px;
        }

            .sitemap ul ul li
            {
                padding-bottom: 0;
            }

                .sitemap ul ul li a
                {
                    font-size: 100%;
                    color: #8b622f;
                    text-transform: none;
                    font-weight: normal;
                    text-decoration: underline;
                }