/*=================================================
@author: João Gilberto Reck
@name: arquivo de estilos
==================================================*/

/* ELEMENTOS DO HTML */

body {
	background-color: #ffffff;
	margin:0;
	padding:0;
	background-image: url("img/brasao_prefeitura.gif");
    background-repeat: no-repeat;
    background-position: 470px 0px;
    background-attachment:scroll;
} 
body, table, td, th {
	font-family: Helvetica;
	font-size: 12px;
	color:#000000;
	font-weight: normal;
}

.linkChamadaTv {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #03B7FA;
	font-weight: bold;
	text-decoration:none;
}
.tituloChamadaTv {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
}

.tituloChamadaMTv {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

.dataMTv{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

img {border:0;}
form {margin:0; padding:0;}

a {text-decoration:none; color:#cc0000;}
a:hover {text-decoration:underline;}

p {margin: 10px 0;}
h1, h2, h3, h4, h5, h6 {margin: 10px 0; font-family:Georgia, "Times New Roman", Times, serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}

h1, h1 a {font-size:18px; color:#000000; font-weight:normal;
font-style:normal; border-bottom:1px solid #c9c9c9; margin-top:0; margin-bottom:15px; padding-bottom:8px;}
h2, h2 a {font-size:18px; color:#006600; font-weight:normal;}
h3, h3 a {font-size:16px; color:#006600;}
h4, h4 a {font-size:16px; color:#000000;}
h5, h5 a {font-size:14px; color:#006600;}
h6, h6 a {font-size:12px; color:#000000;}

ul {margin: 15px 0 15px 27px; padding:0; list-style-type: square; list-style-image:url(img/setinha.gif);}
ol {margin: 15px 0 15px 27px; padding:0;}
li {margin-top:7px; margin-bottom:7px;}
hr {background-color:#c9c9c9; color:#c9c9c9; border:none; height:1px; margin:0; padding:0;}

.nomeSecretario{
	font-size:18px; 
	color:#006600; 
	font-weight:normal;
	margin: 10px 0; 
	font-family:Georgia, "Times New Roman", Times, serif;
}

.tituloQuebrados{
	margin: 10px 0; 
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:18px; 
	color:#000000; 
	font-weight:normal;
	font-style:normal; 
	border-bottom:1px solid #c9c9c9; 
	margin-top:0; 
	margin-bottom:15px; 
	padding-bottom:8px;
}

.nomeSecretariaa{
	font-size:22px; 
	color:#111111; 
	font-weight:normal;
	margin: 10px 0; 
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*----------------------------------------------------------------------------------------------*/
/* CLASSES DE FONTES E LINKS */

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.justify {text-align:justify;}
.middle {vertical-align:middle;}

.negrito {font-weight:bold;}
.italico {font-style:italic;}
.normal {font-weight:normal;}
.riscado {text-decoration:line-through;}
.sublinhado, a .sublinhado {text-decoration:underline;}
.pointer {cursor:pointer;}

.brPeq {line-height: 50%;}
.quebraDupla { line-height: 200%;}

.divClear, .clear {clear:both;}
.floatLeft {float:left;}
.floatRight {float:right;}

.corNao, .corSim {padding: 7px 5px;}
.corSim {background-color:#ededed;}

.asterisco {color:#CC0000; font-family:Verdana, Arial, Helvetica, sans-serif;}
.divAviso {margin:auto; text-align:center; color:#CC0000; font-size: 10px;}
.textoObs {font-weight:normal; font-size: 9px;}
.boxVerde {background-color:#ededed; padding:5px; border:1px solid #C9C9C9;}
.espaco {margin: 0 7px;}

.campo, textarea, select {
	border: 1px solid #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-image: url(img/fundo_campo.gif);
	background-repeat:repeat-x;
}
.botao, .botaoVoltar  {
	width:76px;
	height:25px;
	background-color: #009933;
	background-image: url(img/bt_enviar.gif);
	border:none;
	text-align:center;
}
.botaoInfo{
	width:24px;
	height:24px;
	background-image: url(img/botao_news.gif);
	border:none;
	margin-top: 5px;	
}
.btBusca{
	width:24px;
	height:24px;
	background-image: url(img/botao_buscar.jpg);
	border:none;
}
.divOk, .divErro, .divNada {
	padding: 5px;
	margin: 10px 0;
	font-weight:bold;
	text-align:center;
}
.divOk {background-color:#009900; color:#FFF;}
.divErro {background-color:#CC0000; color:#FFF;}
.divOk a, .divErro a { color:#FFFFFF; text-decoration:underline;}
.divNada {background-color:#E9E9E9;	color:#999999;}

.linkBotao {
	background-color: #009933;
	border: 1px solid #000000;
	border-width: 1px 2px 2px 1px;
	padding: 2px 4px;
	color: #FFFFFF;
	font-weight:bold;
}
.linkBotao:hover {text-decoration:none; background-color:#00CC33;}

.divTitulo {
	height: 18px;
	line-height: 18px;
	border-bottom:1px solid #C9C9C9;
	margin-bottom:15px;
	padding-bottom:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.divTitulo h1, .divTitulo h1 a {margin:0; border:none; font-size:18px; text-decoration:none;}
.divTitulo a {font-size:10px;}

.tituloVerde {color:#006600; font-size: 14px; font-family:Georgia, "Times New Roman", Times, serif;}
.tituloCategoria {background-color: #C9C9C9; padding: 2px; text-align:center;}

.textoVermelho {color:#FF0000; font-size: 12px;}

.textoPreto10  {font-size: 10px; color:#000000;}
.textoPreto11  {font-size: 11px; color:#000000;}
.textoPreto12  {font-size: 12px; color:#000000;}

.textoVerde10  {font-size: 10px; color:#006600;}
.textoVerde11  {font-size: 11px; color:#006600;}
.textoVerde12  {font-size: 12px; color:#006600;}

.linkPreto {color:#000000;}

.imgBorda, .imgDestaque, .imgDestaqueRight {border: 1px solid #006600;}
.imgDestaque {float:left; margin-right: 10px; margin-bottom: 3px;}
.imgDestaqueRight {float:right; margin-left: 10px; margin-bottom: 3px;}

.divOutrasMaterias {
	margin:15px 0;
	padding: 5px;
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;	
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
.divDownArquivo {
	margin:15px 0;
	padding: 5px;
	border-bottom:1px solid #C9C9C9;	
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
.iconesPrint {
	width: 150px;
	background-color:#C6EEBD;
	border: 1px dashed #006600;
	margin: 15px auto;
	text-align:center;
	padding: 5px;
}
.iconesPrint img {margin: 0 20px;}

.divNoticiaImg {float:left; margin-right: 10px; margin-bottom: 3px;}
.divNoticiaLegenda {
	margin-top: 2px;
	padding:2px 5px;
	background-color: #E1E1E1;
	font-size:10px;
	color:#555555;
	text-align:left;
}
.ulEventos {margin-left:20px;}
.ulEventos li {margin-bottom:20px;}

/*----------------------------------------------------------------------------------------------*/
/* ESTRUTURA GERAL DAS PÁGINAS */

#divGeral {
	position:relative;
	height:auto;
	width: 950px;
	margin: auto;
}
#divBG{
	z-index:0;
}
#divTopo1 {
	z-index:1;
	height: 130px;
}
#divTopo2, #divConteudo {
	margin-bottom:25px;
}
#divConteudo {
		
}
#divTopoMenu {
	float:left;
	width:155px;
}
#divBannerDestaque {
	float:right;
	width:759px;
}
#divCenter {
	float:left;
	width:180px;
}
#divCenterInt {
	float:right;
	width:760px;
}
#divLeft {
	float: left;
	width:155px;
}
#divRight {
	top:-300px;
	position:relative;
	float: right;
	width:180px;
}
#divRodape {
	background-image: url(img/fundo_bottom.gif);
	background-repeat:repeat-x;
	clear:both;
	height: 107px;
	font-size: 11px;	
}
#divMenuRodape {
	padding-top:35px;
	padding-right:25px;
	line-height:200%;
	text-align:right;
}
#divMenuRodape, #divMenuRodape a {color:#000000;}

/*----------------------------------------------------------------------------------------------*/
/* HOME */

#divLeftHome {	
    float:left;
    width:565px;
    height:auto;
    border:0px solid;   
	position:absolute;
    top:426px;
    margin-left:190px;
    overflow: hidden;
}
#divRightHome {
	float:left; 
	width:180px;
}

/* INTERNA */

#divLeftInt {float:left; width:565px; margin-top:-3px;}
#divRightInt {float:right; width:180px; margin-top: 27px;}

#boxIntLeft, #boxIntCenter, #boxIntRight {width:217px;}
#boxIntLeft   {float:left;}
#boxIntCenter {float:left; margin-left:35px; display:inline;}
#boxIntRight  {float:right;}

/*----------------------------------------------------------------------------------------------*/

#divTexto {text-align:justify;}
#divImprimir {text-align:justify; padding: 10px 20px;}

#navegacao {font-size: 11px; display:none;}
#navegacao a {color:#000000;}

#divTituloCamara {
	position:absolute;
	width:386px;
	height:130px;
	top:0px;
	left:350px;
}
#imgBrasao {
	position:absolute;	
	width:318px;
	height:130px;
	top:0;
	left:0px;
	background-image:url(img/logo_prefeitura.gif);
	background-repeat:no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo_prefeitura.jpg', sizingMethod='image');
}
#divAreaRestrita {
	background-color:#B5D9AD;
	width:300px;
	height:25px;
	line-height:25px;
	float:right;
	text-align:center;	
}
#divAreaRestrita a {color:#000000;}
#divAreaRestrita img {float:left;}

/*----------------------------------------------------------------------------------------------*/
/* MENU PRINCIPAL */

#divMenuPrincipal {
	margin-top:20px;
	font-size: 16px;
	font-family:"Arial Narrow";
}
#divMenuPrincipal div a {
	display: block;
	width:160px;
	line-height:35px;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 5px;
	color: #000000;	
	/* background-color:#FFFFFF; /* se der pau no IE usar isso */
}
#divMenuPrincipal div a:hover {	
	background-color: #c9c9c9;
	text-decoration:none;
}
.itemMenu {position:relative;}
.itemMenu a:hover {
	background-image:url(img/setinha_menu.gif);
	background-repeat:no-repeat;
	background-position: 95% center;
}
.subMenu {
	position:absolute;
	z-index: 1000;
	top:-1px;
	left: 155px;
	width:155px;
	visibility:hidden;
	background-color:#FFFFFF;
	border: 1px solid #C9C9C9;
	padding: 12px;
	padding-bottom:20px;
}
.subMenu a:hover {background-image:none;}

/*----------------------------------------------------------------------------------------------*/
/* BOXES */

.boxPalavra {
	background-image:url(img/fundo_palavra.gif);
	background-repeat: repeat-x;
	background-color: #D8D1A9;
	border: 1px solid #D8D1A9;
	border-top:none;
	min-height:159px;
	padding: 5px 10px;
	text-align:center;
}
.boxPalavra a {color:#000000;}

.boxTituloVereadores {
	height:83px;
	background-color:#D8B3A9;
}

.boxVereadores {
	background-image:url(img/fundo_vereadores.gif);
	background-repeat: repeat-x;
	background-color: #D8B3A9;
	border: 1px solid #D8B3A9;
	border-top:none;
	min-height:130px;
	padding: 5px 10px;
	text-align:center;	
}
.boxVereadores a {color:#000000;}

.boxVereadoresLinks {
	background-color:#AD8F87;
	text-align:center;
	font-weight:bold;
}
.boxVereadoresLinks a {margin: 0 10px; color:#FFFFFF;}
.boxVereadoresLinks img {vertical-align:middle;}

.boxProjetos {
	background-color: #C9C9C9;
	padding: 20px;
	min-height:185px;
}
.boxProjetos h3 {margin-top:0;}
.divStatus {background-color:#FFFFFF; padding:7px;}

.statusPendente, .statusAprovado, .statusDesaprovado {font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.statusPendente {color:#999999;} /* #FF9900 */
.statusAprovado {color:#009900;}
.statusDesaprovado {color:#CC0000;}

/*----------------------------------------------------------------------------------------------*/
/* BOX FOTOS E EVENTOS */

.divGaleriaHome {background-color:#C6EEBD; min-height:75px;}
.divGaleriaHome img {float:left; margin-right:7px;}
.textoGaleriaHome {padding:5px;}

.divFotoHomeLeft, .divFotoHomeCenter, .divFotoHomeRight {
	width: 140px;
	background-color:#ededed;
	border:1px solid #C9C9C9;
	border-width: 1px 2px 2px 1px;
	padding: 6px;
	text-align:center;
}
.divFotoHomeSecretaria {
	width: 200px;
	background-color:#ededed;
	border:1px solid #C9C9C9;
	border-width: 1px 2px 2px 1px;
	padding: 6px;
	text-align:center;
}
.divSecretariaLeft, .divSecretariaRight {
	width: 200px;
	background-color:#ededed;
	border:1px solid #C9C9C9;
	border-width: 1px 2px 2px 1px;
	padding: 6px;
	text-align:center;
}
.divSecretariaLeft {float:left;}
.divSecretariaRight {float:right;}

.divFotoHomeLeft img, .divFotoHomeCenter img, .divFotoHomeRight img {/*border: 1px solid #FFF;*/}
.divFotoHomeLeft {float:left;}
.divFotoHomeCenter {float:left; margin-left:55px; margin-bottom:10px;}
.divFotoHomeRight {float:right;}

.divVerFoto {height:150px;}

.divFotoHeight {height:112px;}
.divLegendaFoto {
	margin:2px 0;
	padding:1px 2px;
	font-size:10px;	
	font-weight:bold;
}
/*----------------------------------------------------------------------------------------------*/
/* VEREDORES */

h1.tituloVereadoresMunicipais, h1.tituloVereadoresMunicipais a {font-size:24px; border:none; padding:0;}
h1.tituloVereador, h1.tituloVereador a {font-size:24px; border:none;}
h1.tituloVereador {
	height:62px;
	padding: 5px;
	background-color:#ededed;
	border:1px solid #C9C9C9;
}
h1.tituloVereador a {color:#006600; /*text-decoration:underline;*/}
h1.tituloVereador img {margin-right:10px;}

h2.nomeVereador {font-size:27px; margin-top:0; font-style:italic;}
h6.nomeVereador {height:35px;}
#divVereador {
	/*background-color:#ededed;
	border:1px solid #C9C9C9;*/
	margin-bottom:20px;
	padding:25px;
	font-size:14px;
	width: 512px;
	background-image:url(img/bg_secretaria.gif);
	background-repeat: no-repeat;
}

.divVereadorFoto {
	float:left;
	/*width:185px;*/
	border:1px solid #C9C9C9;
}
.brasao{
	margin-right: 150px;
	width: 515px;
	float:left;
}
.divVereadorTexto {
	float:right;
	/*width:460px;*/
}

.divVereadorTextoSecretaria {
	float:right;
	width:340px;
}
ul.vereadorDados {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	line-height:150%;
}
ul.vereadorDados li {margin:0;}
.tituloDadosVereador {
	font-size:14px;
	color:#006600;
	font-weight:bold;
}

/*----------------------------------------------------------------------------------------------*/
/* LISTAGENS */

.tableLista {
	margin: auto;
	width: 100%;
}
.tableLista th {
	background-color:#CCC;
	padding: 1px 2px;
}
.tableLista td {
	background-color:#E5E5E5;
	text-align:center;
	padding: 1px 2px;
}

/* PAGINAÇÃO */
.divPaginacao {
	clear:both;
	padding: 15px 0;	
	text-align:center;
	line-height: 150%;
}
.divPaginacao a {	
	background-color:#333333;
	padding: 1px 4px;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;	
}
.divPaginacao a:hover {
	background-color: #009900;
	color:#FFFFFF;
	text-decoration:none;
}
.divPaginacao #linkAtivo {
	background-color: #009900;
	color:#FFFFFF;
}

/*----------------------------------------------------------------------------------------------*/
/* FORMS */

#form_busca_home {
	float:right;	
	width: 340px;
	line-height:25px;
	margin-top:30px;
	text-align:right;
	font-family: Arial, Tahoma, seriff;
	font-weight:bold;
	font-size:12px;
}
#form_busca_home #palavra {width: 158px; height:15px; margin: 0 5px; border: 0px solid #C9C9C9;}
.textoBusca {
	border-bottom: 1px dashed #006600;
	font-weight:bold;
	color:#006600;
	cursor:auto;
}
#fale_vereador label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006600;
	padding-left:7px;	
}
#form_newsletter {
	background-color: #F3E9C3;
	padding: 8px;
	font-size: 11px;
}
.tableCad {
	background-color: #E1E1E1;
	border: 1px solid #AAA;
}
.tableCad th {text-align:left;}
.tableCad th, .tableCad td {padding:2px; font-size:11px;}
.tableCad td.tdSemAsterisco {padding-left: 10px;}

.tableFile {width: 100%; background-color:#FFFFFF;}
.tableFile td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#ededed;
	padding: 2px 5px;
}
.tableFile a {color:#000000;}

/*----------------------------------------------------------------------------------------------*/
/* CSS Scrollers */
#pscroller1{height: 70px;}
#pscroller1 p {margin-top: 0;}

.divComentario {
	background-color:#F5F5F5;
	border:1px dashed #999999;
	margin: 7px 0;
	padding: 5px;
	text-align:justify;
}

#base{
	width:950px;
	height:80px;
	clear:both;
	background-image: url("img/base_fundo.gif");
	position:relative;
	top: 420px;
}

#logo_base{
    margin-left:10px;
}

#base_top_s{
	margin-top: -11px;
	margin-left: -26px;
}

#base_lado_d{
    float:right;
    margin-top:-133px;
    /*margin-top:-134px;*/
    position:relative;
}

#links_base{
    font-family: Arial, Tahoma, seriff;
    font-size:12px;
    color:#000000;
    font-weight:100;
    top:-70px;
    position:relative;
    margin-left:190px;
    line-height:25px;
    text-align:left; 
}

#botao_news{
    position:absolute;
    margin-top:0px;
    left:143px;
}
.campoInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-image: url(img/fundo_campoInfo.gif);
	background-repeat:no-repeat;
	width: 168px;
	border: 0px solid #c9c9c9;
}
.campoInfoE {
	border: 0px solid #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-image: url(img/fundo_campoInfoE.gif);
	background-repeat:no-repeat;
	width: 132px
}

#linha_agenda{
	top:-15px;
	position:relative;
	text-align:left;
	border-bottom: 1px solid #c9c9c9;
	width:100%
}
.galeria_de_imagem{
    float:left;
    padding:6px;
    
}
.borda_de_imagem{
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	border-bottom: 3px solid #ffffff;
}
.borda_de_imagem_int{
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	border-bottom: 3px solid #ffffff;
}
.galeria_de_fotos_chamada_texto{
    padding:10px;
}
.titulo_da_galeria{
    font-family: Arial, Tahoma, seriff;
    font-size:16px;
    color:#006600;
    font-weight:bold;
    top:10px;
    display: inline;
}
.titulo_da_voz{
    font-family: Tahoma;
    font-size:12px;
    color:#006600;
    font-weight:bold;
    display: inline;
}
#agenda_de_eventos_titulo{
    top:-10px;
    position:relative;
    margin-left:10px;
}
#agenda_de_eventos{
    position:absolute;
    top:1580px;
    margin-left:190px;
    width:183px;
    font-family: Arial, Tahoma, seriff;
    font-size:12px;
    color:#000000;
    float:left;
    height:auto;
    border:0px solid;

}
#agenda_de_eventos_int{
    
    width:183px;
    font-family: Arial, Tahoma, seriff;
    font-size:12px;
    color:#000000;
    float:left;
    height:auto;
    border:0px solid;

}
#lista_agenda img{float: left;}
.seta_documento{
    position:relative;
    top:-3px;
    /*top:2px;*/
    float:left;
}
.texto_chamada_documentos{   
    width:100%;
    padding:0px;
    margin-left:15px;
    margin-top:-5px;
    /*margin-top:-12px; */
}

#cx_galeria_de_fotos{
    width:360px;
    height:264px;
    position:absolute;
    top:1580px;
    margin-left:395px;
}
#cx_galeria_de_fotos_int{
    width:360px;
    margin-left:200px;
}
#drop_down{
	margin-top:10px;
	float:right;
	position:relative;  
}
#banner_tv_4_barras{
	margin-top:20px;
	float:right;
	position:relative;
}
#documentos{
	margin-top:20px;
	float:right;
	position:relative;
}
.red{
    color:#cc0000;
    font-weight:bold;
    padding:2px;
}
#cx_voz_do_povo{
    background-image: url("img/cx_a_voz_do_prefeito.gif");
    width:180px;
    height:253px;
    position:relative;
    margin-top:30px;
}
.cx_texto{
    width:140px;
    font-family: Arial, Tahoma;
    font-size:12px;
    font-style:italic; 
    padding:14px;
    top:55px;
    position:relative;
    margin-left:10px;  
}
.cx_voz_povo{
    width:140px;
    font-family: Arial, Tahoma;
    font-size:12px;
    padding:14px;
    top:55px;
    position:relative;
    margin-left:10px;  
}
#cx_a_fale_com_prefeito{
    background-image: url("img/cx_a_fale_com_prefeito.gif");
    width:180px;
    height:206px;
    position:relative;
    margin-top:30px;
}
#cx_audiencia_publica{
    background-image: url("img/audiencia_publica.gif");
    width:180px;
    height:206px;
    position:relative;
    margin-top:30px;
}

#lista_documentos{
    position:relative;
    top:15px;
    margin-left:10px;
    width:100%;
    word-wrap:break-word;
    font-family: Arial, Tahoma, seriff;
    font-size:12px;
    color:#000000;
    float:left;
    height:auto;
}

/*--- combo dhtml  -----------------------------------*/
.dhtmlselect{ /*style of DHTML Select Menu, main box */
	width: 150px; /*default  width of main box */
	border: 0px solid #cccccc;
	position: relative;
	text-indent: 5px;
	padding: 5px 0;
	cursor: hand;
	cursor: pointer;
	background-image: url("img/bgCombo.gif");
	margin-top:10px;
    margin-left:0px;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
	position: absolute;
	right: -105px;
	top: 1px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0;
	width: 175px; /*default width of drop down menu*/
	border: 1px solid #cccccc;
	border-bottom-width: 0;
	display: none;
	z-index: 1;
	font-weight: normal;

}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background: #ebebeb;
	border-bottom: 1px solid #cccccc;
	padding: 1px 0;
	text-indent: 0px;
	text-decoration: none;
	color: black;
	padding: 5px 5px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
	width: 100%;
}

.dhtmlselect .dropdown a:hover{
	background: #c6c4c4;
}
.linkEmail{
	font-size:14px;
	color:#006600;
	text-decoration: none;
}
.menuBase{
	*font-size:14px;
	color:#111111;
	text-decoration: none;
}
.linkEmail:a{
	font-size:14px;
	color:#006600;
	font-weight:bold;
	text-decoration: none;
}
.menuMapa{
	font-size:12px;
	color:#111111;
	text-decoration: none;
}
.menuMapa:a{
	font-size:12px;
	color:#999999;
	text-decoration: none;
}

.linkPrefeitro{
	font-size:12px;
	color:#111111;
	text-decoration: none;
}
.linkPrefeitro:a{
	font-size:12px;
	color:#999999;
	text-decoration: none;
}