/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.sitemap a img {
        border : none;
}
.sitemap ul {
        display         : block;
        list-style      : none;
        margin          : 0;
        padding         : 0;
}
.sitemap ul li {
        background-image: url(../images/indent1.png); color: #676767; line-height: 26px; padding-top: 0px; background-repeat: no-repeat; text-decoration: none
}
.sitemap ul.level_1 li {
        background-image: url(../images/indent2.png); color: #676767; line-height: 26px; padding-top: 0px; background-repeat: no-repeat; text-decoration: none
}
.sitemap ul.level_2 li {
        background-image: url(../images/indent3.png); color: #676767; line-height: 26px; padding-top: 0px; background-repeat: no-repeat; text-decoration: none
}
.sitemap ul.level_3 li {
        background-image: url(../images/indent4.png); color: #676767; line-height: 26px; padding-top: 0px; background-repeat: no-repeat; text-decoration: none
}
.sitemap ul.level_4 li {
        background-image: url(../images/indent5.png); color: #676767; line-height: 26px; padding-top: 0px; background-repeat: no-repeat; text-decoration: none
}
.sitemap .active {
        font-style : italic;
}
