/* up state background*/
tr.sltn_sitemap td.n
{
}
/* up state text link*/
tr.sltn_sitemap td.n a
{
    text-decoration: none;
    font-family: verdana, arial, helvetica;
    /*font-size: 8pt;*/
    color: #000000;
    font-weight: normal;
    text-align: left;
}

/* over state background*/
tr.slta_sitemap td.n
{
}
/* over state text link*/
tr.slta_sitemap td.n a
{
    text-decoration: none;
    font-family: verdana, arial, helvetica;/*font-size: 11px;*/
    color: #000000;
    font-weight: normal;
    text-align: left;
}

/* active/highlight*/
tr.slts_sitemap td.n
{
    /* background-color highlighted elements here*/
    text-align: left;
}

tr.slts_sitemap td.n a
{
    color: #000000;
    text-decoration: none;
    font-family: verdana, arial, helvetica;/*font-size: 11px;*/
    font-weight: normal;
    text-align: left;
}

tr.sltas_sitemap td.n
{
    /* background-color highlighted elements here*/
    text-align: left;
}

tr.sltas_sitemap td.n a
{
    color: #000000;
    text-decoration: none;
    font-family: verdana, arial, helvetica;/*font-size: 11px;*/
    font-weight: normal;
    text-align: left;
}

