.pasta {
	background-image: url(imagens/pasta.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.pasta_nivel2 {
	font-weight: bold;
	padding-left: 80px;
	background-image: url(imagens/pasta_nivel2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
.pagina {
	background-image: url(imagens/webpage.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
.pagina_nivel2 {
	background-image: url(imagens/webpage_nivel2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 130px;
	list-style-type: none;
}
#coluna_esquerda_layout_2 {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 40px;
	vertical-align: top;
}
#mapa_site {
	text-align: left;
	font-size: 14px;
	margin-left: 200px;
}
#mapa_site li {
	padding-top: 20px;
	padding-bottom: 20px;
}
#mapa_site li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
#mapa_site li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
