#nav
{
    margin:   0   0  5px 0;
    padding: 10px 0 20px 0;
    background: #369 url("../../../upload/curve.gif") no-repeat;
    color: white;
    list-style: none;
    line-height: 25px;
    font-size: 13px;
    font-family: helvetica, sans-serif;
    text-indent: 4px;
    vertical-align: middle;
}

#nav a:hover
{
    margin: 0;
    padding: 0 5px 0 5px;
    background: #036;
    text-decoration: none;
    border: 1px solid #abc;
}

#nav #sub
{
    margin: 0;
    padding: 0 10px;
    text-indent: 10px;
    list-style: none;
    font-size: 11px;
    background: #258;
}

#nav .selected, #nav .selected_top { background: #036; }
#nav .selected { text-indent: 10px; }
#sub .selected
{
    text-indent: 16px;
    background: url("../../../upload/nav_arrow.gif") no-repeat;
}

#sitemap
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2em;
}

#sitemap .sub
{
    list-style: circle;
}