.sitemap {
	width: 195px; 
	overflow: visible;
	display: inline;
	float: left;
	clear: right;	
	margin-top: 20px;
	padding-bottom: 20px;
}
a.sitemapParentCategory, h1.sitemapParentCategory {
	color: rgb(24,89,129); /* maroon;*/
	font-size: 16px;
	font-weight: bold;
	clear: both;

	display: block;
	margin: 0px;
	padding: 0px;
}
a.sitemapParentCategory:link,a.sitemapParentCategory:visited,a.sitemapParentCategory:hover{
	color: rgb(24,89,129); /*maroon;*/
}	
a.sitemapSubCategory, h2.sitemapSubCategory {
	margin-top: 3px;
	margin-left: 10px;
	clear: both;
	color: darkslategray;
	font-size: 12px;
	font-weight: bold;
}
a.sitemapSubCategory:link,a.sitemapSubCategory:visited{
	color: gray;
}	
a.sitemapSubCategory:hover{
	color: black;
}
a.sitemapProduct {
	padding-left: 25px;
	clear: both;
	color: gray;
	font-family: 'tahoma','helvetica';
	font-size: 11px;
	width:170px;
	line-height: 12px;
	border-top:1px solid white;
	border-bottom: 1px solid white;
	white-space: nowrap;
}
a.sitemapProduct:link,a.sitemapProduct:visited{
	color: darkslategray;
}
a.sitemapProduct:hover{
	color:black;
	background-color: whitesmoke;
	background-image: url('../../images/bullit_pil.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top:1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}


