
/*
sitemap
*/

div.sitemap{
	padding:20px;
}

.smsubtitle{
	border-bottom:3px solid #a3d4cb;
	padding-bottom:5px;
	clear:both;
}

.smsubtitle a{
	background:url(../img/arrow_sq.gif) no-repeat 0 1px;
	padding:0 0 0 16px;
	display:block;
}


.sitemapwrapper{
	border-top:1px solid #cff0ea;
	width:100%;
	padding:3px 0 0 0;
}

.sitemapbox{
	width:203px;
}

.sitemapboxb{
	width:350px;
}

.sitemapbox a,
.sitemapboxb a{
display:block;
}

.sitemapbox h4 a,
.sitemapboxb h4 a{
	background:url(../img/arrow_m.gif) no-repeat 0 5px;
	padding:5px  0 5px 16px;
}

.sitemapbox ul li a{
	border-bottom:1px dotted #cff0ea; 
	padding:5px 0 5px 11px;
	background:url(../img/arrow_h.gif) no-repeat 1px 10px;
}

.sitemapbox ul li.sublink{
	padding:0 0 0 10px;
}

.sitemapbox ul li.sublink a{
	border-bottom:none; 
	padding:5px 0 5px 11px;
	background:url(../img/icon_sitemap.gif) no-repeat 1px 12px;
}


