@charset "UTF-8";
#sitemapTop {
	font-size: 12px;
	color: #333333;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/sitemapTopBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-left: 5px;
	font-weight: bold;
}
#sitemapTop a {
	color: #333333;
	text-decoration: none;
}
#sitemapTop a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#sitemapWrap {
	width: 470px;
	padding-left: 10px;
	padding-bottom: 30px;
	height: 480px;
}
#sitemapWrap a {
	color: #333333;
	text-decoration: none;
}
#sitemapWrap a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.sitemapRed {
	height: 17px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FE0002;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-top: 23px;
	padding-left: 10px;
	font-weight: bold;
}
.sitemapBlue {
	height: 17px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #2095F5;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-top: 23px;
	padding-left: 10px;
}

