/* -- START: Sitemap ------------------------------------------------------- 

	Styles relating to the rendering of the Sitemap

 ------------------------------------------------------------------------------------ */

	
	#sitemap .level1
	{
	list-style-image: url(/assets/arrow1.gif);
	padding-bottom: 7px;
	margin: 8px 0 5px 0px;	
	background: url(/assets/div_listing2.gif) repeat-x 0 100%;
	line-height:12px;
	
	}

	
	#sitemap .level2
	{
	margin-left:1em;
	list-style:none;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 2px 4px;
	
	}

	#sitemap .level2 a
	{
	color: #D996B6;
	font-weight: normal;
	text-decoration: none;	
	}

	#sitemap .level2 a:hover
	{
	color: #F79133;
	font-weight: normal;
	text-decoration: none;
	}
	
	#sitemap .level3
	{
	list-style-image: url(/assets/dots.gif);
	margin:3px 0 3px 41px;	
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	}

	#sitemap .level3 a
	{
	color: #D996B6;
	font-weight: normal;
	text-decoration: none;	
	}

	#sitemap .level3 a:hover
	{
	color: #F79133;
	font-weight: normal;
	text-decoration: none;
	}


	#sitemap .level4
	{
	list-style-image: url(/assets/small-dot.gif);
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 2px 64px;
	line-height:12px;
	
	}

	#sitemap .level4 a
	{
	color: #D996B6;
	font-weight: normal;
	text-decoration: none;	
	}

	#sitemap .level4 a:hover
	{
	color: #F79133;
	font-weight: normal;
	text-decoration: none;
	}



	#sitemap .level5
	{
	margin: 0 0 2px 84px;
	list-style-image: url(/assets/line.gif);
	font-size: 11px;
	font-weight: normal;
	line-height:12px;
	}

	#sitemap .level5 a
	{
	color: #D996B6;
	font-weight: normal;
	text-decoration: none;	
	}

	#sitemap .level5 a:hover
	{
	color: #F79133;
	font-weight: normal;
	text-decoration: none;
	}



	#sitemap a{
	font-weight:800;
	
	}
	
	#sitemap :link{
	color: #C80B58;
	text-decoration:none;
	}
	
	
	#sitemap a:hover{
	color:#F79133;
	text-decoration:none;
	
	}
	
	
