/*Menu*/

div#menu_principal , div#menu_organizacao , div#menu_atendimento , div#menu_informacoes , div#menu_projeto

{
	width: 741px;
	height: 141px;
	position: absolute;
	margin-top: 77px;
	margin-left: 1px;

}

div#menu_principal

{
background: url("../imagens/fundos/fundo-menu-index.jpg") no-repeat;
}

div#menu_organizacao
{
background: url("../imagens/fundos/fundo-menu-organizacao.jpg") no-repeat;
}

div#menu_atendimento
{
background: url("../imagens/fundos/fundo-menu-atendimento.jpg") no-repeat;
}

div#menu_informacoes
{
background: url("../imagens/fundos/fundo-menu-informacoes.jpg") no-repeat;
}

div#menu_projeto
{
background: url("../imagens/fundos/fundo-menu-nossoprojeto.jpg") no-repeat;
}

a
{
	overflow: hidden;
}

a.btn_org
{
	background: url("../imagens/botoes/btn-organizacao.gif") no-repeat;
	width: 103px;
	height: 20px;
}

a.btn_org2
{
	background: url("../imagens/botoes/btn-organizacao2.gif") no-repeat;
	width: 103px;
	height: 20px;
}

a.btn_ate
{
	background: url("../imagens/botoes/btn-atendimento.gif") no-repeat;
	width: 106px;
	height: 20px;
}

a.btn_ate2
{
	background: url("../imagens/botoes/btn-atendimento2.gif") no-repeat;
	width: 106px;
	height: 20px;
}

a.btn_inf
{
	background: url("../imagens/botoes/btn-informacoes.gif") no-repeat;
	width: 172px;
	height: 20px;
}

a.btn_inf2
{
	background: url("../imagens/botoes/btn-informacoes2.gif") no-repeat;
	width: 172px;
	height: 20px;
}

a.btn_pro
{
	background: url("../imagens/botoes/btn-projeto.gif") no-repeat;
	width: 114px;
	height: 20px;
}

a.btn_pro2
{
	background: url("../imagens/botoes/btn-projeto2.gif") no-repeat;
	width: 114px;
	height: 20px;
}
