
/*----------------------------------------------------------------------------
 ***                                                                     Font
----------------------------------------------------------------------------*/
 
.title_sitemap {
	background:url(../img/page_title_sitemap.jpg) no-repeat;
	width:980px;
	height:0px;
	padding-top:150px;
	overflow:hidden;
}

.sitemapSection {
	padding:30px 30px;
	margin:0;
}

.sitemapBox {
	padding:0 0;
}

.sitemapBox li.home {
	background:url(../img/clink_icon_f.png) no-repeat 0px 22px;
	padding:20px 0 30px 25px;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;

}

.sitemapBox li.first {
	background:url(../img/clink_icon_f.png) no-repeat 0px 13px;
	padding:10px 0 10px 25px;
	border-bottom:#cdcdcd solid 1px;

}

.sitemapBox li.first a,.sitemapBox li.home a {
	font-weight:bold;
}

.sitemapBox li.first a:hover,.sitemapBox li.home a:hover {
	text-decoration:underline;
}

.sitemapBox li.second {
	background:url(../img/clink_icon.png) no-repeat 0px 15px;
	padding:10px 0 10px 25px;
	border-bottom:#cdcdcd dotted 1px;
}

.sitemapBox li.second:last-child {
	border-bottom:none;
}



