#site-map {
	float:left;
	width:690px;
	
}
#site-map .content{
	
	float:left;
}
#site-map .content .box{
	float:left;
	margin: 10px 10px;
	width:200px;
}
#site-map .content .box span{
	width:170px;
	float:left;
	margin: 5px 10px;

}
#site-map .content .box span.title{
	color:rgb(102, 102, 102);
	border-bottom:1px solid rgb(222, 222, 222);
	float:left;
}
#site-map .content .box span.title h4 img{
	padding-right:2px;
}
#site-map .content .box a:link,#site-map .content .box a:visited{
	color:rgb(0, 185, 242);
	
	}
