/*
-------------------------------------------------
Cabecalho
-------------------------------------------------
*/

/* 
  #Cabecalho esta definido em estrutura.css
*/

#Cabecalho ul {
/*border:1px dashed #00f;*/
font-size:83%;
margin-top:5px;
float:left;
}

#Cabecalho ul li {
display:inline;
}

#Cabecalho ul li a {
text-decoration: none;
color:#4A5249;
padding: 0 3px;
/*
border-right:1px solid #4A5249;
border-left:1px solid #4A5249;
*/

/* Para IE 5.x, pois nao funciona o padding */
/*text-align: center;*/
/*width: 9em;*/
}

#Cabecalho ul li a:hover, 
#Cabecalho ul li a:focus {
text-decoration:underline;
}

#Cabecalho label {
/*border:1px dashed #00f;*/
font-size:83%;
font-weight:bold;
float:left;
margin-top:6px;
margin-left:34px;
margin-right:2px;
}

#Cabecalho input {
border:1px solid #918e7f;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:95%;
width:90px;
margin-top:3px;
padding:0px;
float:left;
}

#Cabecalho #botaoBusca {
height:15px;
width:9px;
border:none;
margin-top:5px;
float:left;
background-image: url(/Memoria/imagens/seta_busca.gif);
background-repeat:no-repeat;
}
