#menu {	width: 202px;	background-color: #C8CFD6;	padding-bottom:10px;
}
#menu div {  margin: 2px 0px 0px;  height: 30px;
}
#menu #empresa div, #servicos div, #downloads div, #feiras div, #cotacoes div { height: 18px;
}

html>body #menu div {  margin: 4px 0px 0px;}

#menu a {  border: 0px solid #CCCCCC;  
font-family: Arial, Helvetica, sans-serif;  
font-size: 70%;  color: #476078;  
text-decoration: none;  
display: block;  
height: 14px;  
padding-top: 4px;  
padding-left: 14px;  
padding-bottom: 4px;}

#menu a.divisoria {  margin: 2px 0px 0px;  
background-image :none;  
padding-left: 0px;  
padding-top: 0px;  
padding-bottom: 0px;  
height: 30px;
}


html>body #menu a.divisoria {  margin: 4px 0px -1px;}

#empresa a:hover {  background-color: #D9E3EE;  }
#servicos a:hover {  background-color: #D9E3EE;  }
#downloads a:hover {  background-color: #D9E3EE;  }
#feiras a:hover {  background-color: #D9E3EE;  }
#cotacoes a:hover {  background-color: #D9E3EE;  }


#menu img {  border: none;  }

#empresa, #servicos, #downloads, #feiras, #cotacoes {

  display: none;
}

#empresa2, #servicos2, #downloads2, #feiras2, #cotacoes2 {

	display: none;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fundo {
	background-color: #D9E3EE
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

