/* MOD SITEMAP */
ul.sitemap{
	margin: 20px 0 10px 10px;
}

	ul.sitemap li{
		line-height: 20px;
		font-size: 12px;
		line-height: 18px;
	}
	
		ul.sitemap li span{
			float: left;
			display: block;
			width: 14px;
			height: 14px;
			margin: 0 5px 0 0;
			padding: 0;
			cursor: pointer;
			background: url(../img/sitemap/menos.gif) center center no-repeat;
		}
		
		ul.sitemap li span.oculto{
			background: url(../img/sitemap/mais.gif) center center no-repeat;
		}
	
		ul.sitemap li a{
			color: #333;
			text-decoration: none;
		}
		
		ul.sitemap li a:hover{
			text-decoration: underline;
		}
		
		ul.sitemap li a:visited{
			color: purple;
		}
		
		ul.sitemap li ul{
			clear: both;
			margin: 0 0 0 20px;
		}