#dirshow
{
    font-size: small;
    left: 1em;
    position: absolute;
    top: 2.7em;
}

#dirshow a
{
    background: #ccc;
    border: 2px solid;
    border-color: #fff #999 #999 #fff;
    color: #444;
    padding: 2px 3px;
    text-decoration: none;
}

#dirshow a:hover
{
    background: #bbb;
    border-color: #aaa #fff #fff #aaa;
    color: #222;
}

#sitemap
{
    font: normal 16px Arial,sans-serif;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

#sitemap a
{
    text-decoration: none;
    color: #555;
}

#sitemap a:hover
{
    text-decoration: none;
    color: #ff8b27;
}

#sitemap ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sitemap li
{
    background-color: #eee;
    float: left;
    margin: 0 0 -0.1em;
    min-height: 1em;
    padding: .2em .4em;
    position: relative;
    width: 9em;
}

#sitemap ul ul
{
    font-size: 90%;
    margin-top: -1.4em;
}

#sitemap ul ul li
{
    background: #ddd;
    border-top: 0.5em solid #fff !important;
    border-left: 0.5em solid #1a2f67;
    left: 10.4em;
}

#sitemap ul ul ul li
{
    background: #ccc;
    border-color: #1a2f67;
}

#sitemap ul ul ul ul li
{
    background: #bbb;
    border-color: #1a2f67;
}

#sitemap ul ul ul ul ul li
{
    background: #999;
    border-color: #1a2f67;
    color: #fff;
}

