/* MENU TOPO */
#menu-topo{
    height: 26px;
	background: #466371;
}

#menu-topo ul{


	text-align: center;

}

#menu-topo ul li{
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;

}

#menu-topo ul li a{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#menu-topo ul li a:hover{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}


/* MENU ESQUERDO */
#menu-lateral{
	width: 162px;
	float: left;
	background: #ebece7;
}


#menu-lateral ul{
    background: #ebece7;
    padding: 10px 0 15px 0;
}

#menu-lateral ul.ultima{
    background: #ebece7;
    padding: 10px 0 0 0;
    height: 150px;
}
#menu-lateral ul li{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 5px 0 0 30px;
}

#menu-lateral ul li a{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

#menu-lateral ul li a:hover{
	text-decoration: underline;
}


/* MENU DIREITO */
#menu-anuncios{
	width: 182px;
	float: right;
	background: #ebece7;

}

#menu-anuncios div#enquete{
    min-height: 240px;

}

#menu-anuncios div#clima, #menu-anuncios div#anuncie{
    text-align: center;
}

#menu-anuncios div#clima iframe{
    margin: 15px 0;
}

#menu-anuncios div#anuncie div#anunciantes img.anuncio{
	margin: 10px 0;
}

#anuncio-baixo{
	clear: both;
	background: #fff;
	text-align: center;
	margin: 15px 0;
}

#rodape ul{
    text-align: center;
    margin: 5px 0 0 0;
}

#rodape ul li{
    display: inline;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#rodape ul li a{
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#rodape ul li a:hover{
	text-decoration: underline;
}
