#navegacao {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#navegacao div {
	text-align: center;
	width: 109px;
	height: 70px;
	padding-top: 30px;
}
#navegacao a {
	color: #006;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#navegacao a:hover,#navegacao a#active {
	color: #030F9C;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #030F9C;
	background-image: url(../imagens/bkg-menu-hover2.png);
	background-repeat: repeat;
}
#topo {
	height:120px;
	text-align: center;
	margin: 0px;
}
