/********  SITE MAP  ************/

ul.sitemap {
	list-style: inside;
	margin: 0px 0px 0px 0px;
}

ul, li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li.sitemap {
	list-style: outside;
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li.sitemap_title_off {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #736a5c;
	font-size: 2em;
	font-weight: bold;
	list-style-image: url(/assets/images/nav/list_green.gif);
}

li.sitemap_title_on {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #736a5c;
	font-size: 2em;
	font-weight: bold;
	list-style-image: url(/assets/images/nav/list_green.gif);
}

a.sitemap_title:link, a.sitemap_title:visited, a.sitemap_title:active {
	color:#736a5c;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	text-decoration: underline;
}

a.sitemap_title:hover {
	text-decoration: none;
}

ul.sitemap_sub {
	list-style: inside;
	margin: 6px 0px 0px 0px;
}

li.sitemap_sub_on {
	margin: 5px 0px 0px 20px;
	padding: 0px;
	color: #4d4d4d;
	font-size: 1.4em;
	font-weight: bold;
	list-style-image: url(/assets/images/nav/list_green_down.gif);
	
}

li.sitemap_sub_off {
	margin: 5px 0px 0px 20px;
	padding: 0px;
	color: #4d4d4d;
	font-size:  1.4em;
	font-weight: bold;
	list-style-image: url(/assets/images/page/img_sitemap_section_bullet.gif);

}

a.sitemap_sub:link, a.sitemap_sub:visited, a.sitemap_sub:active {
	color:#4d4d4d;
	font-weight: normal;
	text-decoration: underline;
}

a.sitemap_sub:hover {
	text-decoration: none;
}

ul.sitemap_page {
	list-style: inside;
	margin: 6px 0px 0px 0px;
}

li.sitemap_sub_page_off {
	font-family: Arial, Helvetica, sans-serif;
	list-style: inside;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #99835c;
	font-size: 11px;
	font-weight: bold;
	list-style-image: url(/assets/images/nav/list_grey.gif);
}

li.sitemap_page_on {
	font-family: Arial, Helvetica, sans-serif;
	list-style: inside;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #99835c;
	font-size: 1.1em;
	font-weight: bold;
	list-style-image: url(/assets/images/nav/list_grey.gif);

}

a.sitemap_page:link, a.sitemap_page:visited, a.sitemap_page:active {
	color: #99835c;
	text-decoration: underline;
}

a.sitemap_page:hover {
	color: #cc9433;
	text-decoration: underline;
}


li.sitemap_top{
	
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #d2c8b5;
}

li.sitemap_bottom {

	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #d2c8b5;
}