.SiteMapContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 45%;
	float: left;
	display: block;
	height: 90px;
	padding-bottom: 5px;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: #E9E9E9 1px dotted;

}
.SiteMapContainer .TitleDesc {
	height: 110px;
	overflow: hidden;
	margin-bottom: 0px;
}
.SiteMapContainer .filename {
	color: #00CC00;
	font-size: 10px;
	margin: 0px;
	height:17px;
	overflow:hidden;

}
.SiteMapContainer .updatedOnDate {
	color: #999999;
	font-size: 10px;
	visibility:hidden;
	float:right;
}
.filename a {
	color: #009900;
	text-decoration: none;
}
.Archives-SiteMap {
	clear: both;
}

