
.SiteMapList a 
{
	color: #454545;
	text-decoration: none;
	
}
.SiteMapList a:hover 
{
	color: #000000;
	text-decoration: none;
}

.SiteMapList li 
{
	margin-top:10px;
	list-style-type: none;
}
.SiteMapList ul
 {
	margin-top:10px;
	list-style-type: none;
}
.SiteMapList img 
{
	border: 0;
	padding-top: 0.25em;
	margin-right: 0.1em;
}

.SiteMapItem:hover 
{
	background-color: #dddddd;
}

