#sitemap
{
}

.sitemap_title
{
	background-color: #02110b;
	color: #ffd598;
	width: 180px;
	vertical-align: middle;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	font-size: 0.8em;
}

.sitemap_block
{
	width: 180px;
	padding-top: 6px;
	text-align: left;
}

#sitemap ul
{
	list-style-type: none; 
}

#sitemap ul li
{
	border-bottom: 1px dotted #6b333b;	
}

#sitemap a {
	text-decoration: none;
	color:#600000;
	font-size: 0.8em;
}

#sitemap a:hover {
	text-decoration: underline;
	color:#000;
}
