@charset "UTF-8";
#sitemap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0066CC;
	margin-top: 20px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.sitemapBox {
	float: left;
	width: 180px;
	padding-left: 15px;
	background-image: url(../images/sitemap_gradient.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 30px;
	height: 190px;
	padding-bottom: 20px;
}
.sitemapBox a {
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
	line-height: 200%;
}
.sitemapBox a:hover {
	color: #0066CC;
}
.sitemapBox ul   {
	font-weight: normal;
	padding-left: 10px;
	list-style-type: none;
	padding-top: 5px;
}
.sitemapBoxHome {
	float: left;
	width: 180px;
	padding-left: 15px;
	background-image: url(../images/sitemap_gradient.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 30px;
	height: 50px;
	padding-bottom: 20px;
	margin-right: 700px;
}
.sitemapBoxHome a {
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
	line-height: 200%;
}
.sitemapBoxHome a:hover {
	color: #0066CC;
}

