#barraSuperior{
	width:770px; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	display:block;
	height:36px;
	margin-left:auto;
	margin-right:auto;
}
#barraSuperior div{
	display:block;
	height:36px;	
}
#barraSuperior .bsEsquerda{
	float:left;
	background:url(images/barraSuperior01.jpg);
	width:274px;
}
#barraSuperior .bsCentro{
	width:4px;
	float:left;
	background:url(images/barraSuperior02.jpg);
	margin-left:auto;
	margin-right:auto;
}
#barraSuperior .bsDireita{
	float:right;
	background:url(images/barraSuperior03.jpg);
	width:492px;	
}
#barraSuperior .bsDireita a{
	float:right;
	display:block;
	width:110px;
	height:29px;
	background:url(images/barraGovFed_logo.gif);
	margin-top:3px;
	margin-right:16px;
}
#barraSuperior .barraLogo{
	float:left;
	width:205px;
	height:26px;
	margin-left:50px;
	margin-top:6px;
	background:url(images/BarraLogo.png) no-repeat center center;
	_background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BarraLogo.png',sizingMethod='scale');	
}