#categorias {
	width: 100%;
}
#categorias a {
	color: #000;
	border: solid 1 #333333;
}
#categorias a:hover {
	text-decoration: underline;
	background-color:#e5e5e5;
	color: #000;
}
#menuCategorias ul {
	background: #f5f5f5;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 400%px;
}
#menuCategorias {
	width: 100%;
	margin-bottom: 5px;
}
#menuCategorias li {
	float: left;
	display: inline;
	margin-right: 2px;
}
#menuCategorias li a {
	display: block;
	background: #f5f5f5;
	height: 17px;
	margin-top: 1px;
	padding:2px;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding-top: 2px;
	border: 1px solid #e5e5e5;
}
#painelDeControle {
	width: 100%;
}
#painelDeControle a {
	font-size: 120%;
	color: #006699;
	font-weight: bold;
	text-decoration: none
}
.nomeSaudacao {
	font-size: 115%;
	font-weight: bold;
	color: #333;
	text-decoration:underline
}
#detalheAnuncio a {
	font-size: 115%;
	color: #333;
	text-decoration:none
}
#detalheAnuncio a:hover {
	text-decoration:underline
}
#ultimosAnuncios { }
#ultimosAnuncios a {text-decoration:none}