@media screen{
/************************************************/  
/* CSS 2.0 sitemap.css - pycsa                  */
/* @author: netconsulting                       */
/* @url: www.netconsulting.es                   */
/************************************************/                       

	#sitemap {
	 font:normal 16px Arial,sans-serif;
	 overflow:hidden;
	}
	
		#sitemap ul {
		 list-style:none;
		 margin:0;
		 padding:0;
		}
		
		#sitemap li {
		 background-color:#f0e6e1;
		 margin:0 0 -0.1em;
		 min-height:1em;
		 padding:.2em .4em;
		 position:relative;
		 width:10.8em;
		}
		
			#sitemap ul ul {
			 font-size:90%;
			 margin-top:-1.4em;
			}
			
				#sitemap ul ul li {
				 background:#e7ded9;
				 border-top:0.5em solid #fff !important;
				 border-left:0.5em solid #66c;
				 left:12.4em;
				}
				
					#sitemap ul ul ul li {
					 background:#e1d8d4;
					 border-color:#9c3;
					}
					
						#sitemap li a{ font-size:80%;}
						
							#sitemap li li a{ font-size:90%;}
						
					
						#sitemap li:hover{ background:#e9e9fe;}
						
							#sitemap li li:hover{ background:#f8ffea;}
						
							#sitemap li li li:hover{ background:#fff6e5;}
						
							#sitemap li li li li:hover{ background:#ebeaea;}
					
						#sitemap ul ul ul ul li {
						 background:#dbd3ce;
						 border-color:#c93;
						}
						
						#sitemap ul ul ul ul ul li {
						 background:#999;
						 border-color:#c33;
						 color:#fff;
						}
		
}			
			
				
	