#navegacao {
	text-align: right;
	vertical-align: middle;
	padding: 0;
	margin-left: 145px;
}
#navegacao div {
	text-align: center;
	margin-left: 2px;
	height: 30px;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

#navegacao a {
	color: #006;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../imagens/bkg-menu.png);
	background-repeat: repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C9CFDF;
}
#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;
	background-position: 5px 5px;
	margin: 0px;
	background-image: url(../imagens/tp-logo.png);
	background-repeat: no-repeat;
}

