

/*-------------------sitemap---------------------*/




#sitemapArea {
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;


}






#sitemapArea a {
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	display: block;
}


#sitemapArea a:hover {
	color: #FF0000;
}



#sitemapArea ul,
#sitemapArea ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}


#sitemapArea ul {
	padding-left: 25px;
	padding-bottom: 15px;
}


#sitemapArea ul.sitemapLinkBox {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;*/
	padding-bottom: 15px;
}





#sitemapArea ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;


}


#sitemapArea h3 {
	font-size: 100%;
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}














