#sitemap, #sitemap ul, #sitemap li{
		list-style:none;
	}

#sitemap li{
		line-height:20px;
		position:relative;
		width:100%;
		background:url(../images/sitemap/line.gif) repeat-y;
	}

#sitemap li a{
		padding-left:28px;
		padding-top: 4px;
		background:url(../images/sitemap/line2.gif) no-repeat;
		color: #000;
		text-decoration: none;
	}
	
#sitemap li.first a {
		background:url(../images/sitemap/startline.gif) no-repeat;
	}
	
#sitemap li.last a {
		background:url(../images/sitemap/endline.gif) no-repeat;
		
		padding-bottom: 5px;
	}

/* sub levels */

#sitemap li ul{	
	margin-left:28px;
	background:url(images/sitemap/line.gif) repeat-y;
}

#sitemap li li{	
	background:url(../images/sitemap/line.gif) repeat-y;
}
