/* CSS Document */


@media screen and (min-width: 769px){
    li.sitemap{width:150px;}
    div.sitemap h3 a{width:150px;}
    div.sitemap{width:161px;}

}

@media screen and (max-width: 769px){
    li.sitemap{width:100%;}
    div.sitemap h3 a{width:100%;}
    div.sitemap{width:100%;}
}

li.sitemap a{
	text-decoration:none;
	color:black;
}

li.sitemap{
	list-style-type: none;
	padding:3px 0px;
	margin:0px;
	border-bottom: dotted 1px #CCC;
}

li.sitemap a{
}

div.sitemap h3 a{
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom: dotted 1px #CCC;	

}

div.sitemap{
	float:left;

	
}
 ul.sitemap{
	 margin:0px;
	padding:0px;

}