
#barra-brasil {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	background-color: #999999; /*#7f7f7f;/*#368ea6;  				Alterei */
/*	background-image: url(../img_barra_gov/barra-brasil-v3-bgx.png); Tirei a faixinha laranja abaixo dos icones */ 
	background-repeat: no-repeat; 
	background-position: 0 bottom; /*center bottom; alterei */
	height: 25px;/*28px; 		 MINHA ALTERAÇÃO para deixar a barra da altura dos icones da pagina do governo e do acesso a informação */
/*	background-color: #7f7f7f;
	background-image: url(../img_barra_gov/barra-brasil-v3-bgx.png);
	background-repeat: no-repeat;
	background-position: right bottom; */
}

#barra-brasil .barra {
    display: block;
    width: 980px;
    height:40 px;/*28px;  */
    margin: 0 auto;
    background: url(../img_barra_gov/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;

/*	display: block;
	width: 1040px; /*980px; Alterei 
	height:28px;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-position: 0 bottom;*/
}

#barra-brasil .barra ul {
	float: right;
	width: 319px;
	list-style: none outside none;  /* MINHA ALTERAÇÃO  para fazer a lista sem o ponto inicial */
	margin-top:-3px;
}

#barra-brasil .barra ul li {
    float: left;
/*    padding-left: 25px; Para colocar a barra de Brasil a direita da barra Acesso a Informação */
}

#barra-brasil .ai {
	display: block;
	width: 161px;
	height: 28px;
	text-indent: -10000px;
	background-color: transparent; /*#7f7f7f; */
	background-image: url(../img_barra_gov/ai.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#barra-brasil .brasilgov {
	display: block;
	width: 108px;
	height: 28px;
	text-indent: -10000px;
	background-color: transparent;
	background-image: url(../img_barra_gov/brasil.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}