/* 
    sitemap with GIFs, credits to http://www.thestyleworks.de
*/

   
div#sitemap 
{
    padding: 1em 1.5em;
    line-height: 20px;
}

div#sitemap li 
{
    padding: 0 0 0 32px;
    margin: 0;
    list-style-type: none;
}

div#sitemap li
{
	background-image: url(../images/sitemap_item.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div#sitemap li.last
{
	background-image: url(../images/sitemap_last.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div#sitemap ul {
    padding: 0 0 0 32px;
    margin: 0 0 0 -32px;
    list-style-type: none;
}

div#sitemap ul
{
	background-image: url(../images/sitemap_first.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

div#sitemap ul.last 
{
    background-image: none;
}


