/***************************************
*  
*   wswsoft_sitemap.css  
*   copyright 2006 - wsw software gmbh
*
***************************************/

ul#sitemap {
	float: left;
	margin: 0px 0 0px 0;
	list-style-type: none;
width:300px;
}

ul#sitemap li {
	/*clear: both;
	float: left;*/
	width: 100%;
	list-style-type: none;
}

ul#sitemap li a {
	display: block;
	width: 100%;	
	text-decoration: none;
	color: #646464;
	background: #DFDFDF;
	padding: 1px 6px 1px 6px;
	/* margin: 2px 0 6px 0; */
}

ul#sitemap li a:hover {
	color: #646464;
        text-decoration:underline;
}

ul#sitemap li ul {
	width: 100%;
/*	float: left;
	clear: none;*/
}

ul#sitemap li ul li a {
	display: block;
	width: 100%;
	background: #fffffe;
	text-decoration: none;
	color: #646464;
	border-bottom: 0px;
	padding: 1px 0 1px 40px;
	margin:0;
}

ul#sitemap li ul li a:hover {
	color: #0097A1;
}