@charset "utf-8";

.sitemapbox {
	display:block;
	float:left;
	width: 850px;
	margin-left:50px;
	height:auto;	
}

.mainLink {
	font-size: 15px;
	line-height: 34px;
	border-left: 5px solid #FFF;
	border-bottom: 1px solid #FFF;
/*	border-top: 1px solid #FFF;  */
/*	border-right: 1px solid #FFF;  */
	text-indent: 0.5em;
	padding-left: 6px;
}

.mainLink a {
	font-size: 15px;
	line-height: 34px;
}

.subLink {
	font-size: 15px;
	line-height: 34px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-indent: 0.5em;
	margin-left:15px;
}

.subLink a {
	font-size: 15px;
	line-height: 34px;
}

.mainLink a:hover, .subLink a:hover {
	color: #F60;
}

.linkGroup {
	padding-bottom: 14px;
}



