/* CSS Document */

/*--- Sitemap Elements ---------------------------------------------------------------------------*/

#sitemap #primary_content	{float:none; margin:27px 0 0 0; width:auto;}

#sitemap_list * 			{display:block;}
#sitemap_list				{background:url(../img/line1.gif) repeat-y 5px; list-style:none; margin:20px 0; padding:0;} 
#sitemap_list ul			{padding:0;}
#sitemap_list li			{background:url(../img/collapsed.gif) no-repeat 10px 8px; font-size:1.2em; list-style:none; margin:1px 0 0 0; padding:4px 0; position:relative;}

#sitemap_list li a			{padding:0 0 0 28px; text-decoration:none;}
#sitemap_list li span		{cursor:auto; float:left; height:13px; left:5px; position:absolute; top:5px; width:13px;}
#sitemap_list li span, 
#sitemap_list li span.collapsed	{background:url(../img/collapsed.gif) no-repeat 0 0; cursor:pointer;} 
#sitemap_list li span.expanded	{background:url(../img/expanded.gif) no-repeat 0 0; cursor:pointer;}

#sitemap_list li ul			{background:url(../img/line1.gif) repeat-y; margin:0 0 0 28px;}
#sitemap_list li li			{background:url(../img/line2.gif) no-repeat 0 0; font-size:1em;}


