/*-----------------------------sub menu-----------------------*/
#menu ul li a span{display:none;}
#menu ul li ul {
	display:none; 
	left:0; 
	margin:0; 
	position:absolute; 
	top:15px;
	background-color:;
	}
#menu ul li:hover ul, #menu ul li.over ul {display:block}
#menu ul li ul li {
	height:20px; 
	width:110px;
	padding-left:7px;
	}
#menu ul li ul li a {
	color:#823507; 
	display:block;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px; 
	text-decoration:none;
	letter-spacing: -1px;
	}
#menu .ONGs{
	background:  url(img/bt_ONGs.gif) no-repeat center;
	display:block;
	width:82px;
	}
#menu .aliancas{
	background:  url(img/bt_aliancas.gif) no-repeat center;
	display:block;
	width:99px;
	}
#menu .linhaMenu{
	background: url(img/linha_menu.gif) no-repeat bottom #eee8d2;
	}
#menu .linhaMenu2{
	background:#eee8d2;
	}
.linhaMenu a strong, .linhaMenu2 a strong{ display: none;}
	
/*-----------------menu---------------*/
#menu{
	width:605px;
	height:16px;
	float:left;
	margin-bottom:56px;
	*margin-bottom:36px;
	}
#menu ul{
	display:block;
	height:16px;
	margin:28px 0 0 0;
	*margin:18px 0 0 0;
	padding:0;
	}
#menu ul li{
	display:block;
	list-style:none;
	float:left;
	height:16px;
	margin-right:5px;
	position:relative;
	}
#menu ul li a{
	display:block;
	height:12px;
	}


#menu .itemUmOn{
	background:url(img/bt_home_on.gif) no-repeat;
	width:31px;
	}
#menu .itemUmOff{
	background:url(img/bt_home_off.gif) no-repeat;
	width:31px;
	}
#menu .itemDoisOn{
	background:url(img/bt_oque_on.gif) no-repeat;
	width:42px;
	}
#menu .itemDoisOff{
	background:url(img/bt_oque_off.gif) no-repeat;
	width:42px;
	}
#menu .itemTresOn{
	background:url(img/bt_quem_pode_on.gif) no-repeat;
	width:117px;
	}
#menu .itemTresOff{
	background:url(img/bt_quem_pode_off.gif) no-repeat;
	width:117px;
	}
#menu .itemQuatroOn{
	background:url(img/bt_como_on.gif) no-repeat;
	width:94px;
	}
#menu .itemQuatroOff{
	background:url(img/bt_como_off.gif) no-repeat;
	width:94px;
	}
#menu .itemCincoOn{
	background:url(img/bt_processo_on.gif) no-repeat;
	width:88px;
	}
#menu .itemCincoOff{
	background:url(img/bt_processo_off.gif) no-repeat;
	width:88px;
	}
#menu .itemSeisOn{
	background:url(img/bt_premiacao_on.gif) no-repeat;
	width:54px;
	}
#menu .itemSeisOff{
	background:url(img/bt_premiacao_off.gif) no-repeat;
	width:54px;
	}
#menu .itemSeteOn{
	background:url(img/bt_duvidas_on.gif) no-repeat;
	width:116px;
	}
#menu .itemSeteOff{
	background:url(img/bt_duvidas_off.gif) no-repeat;
	width:116px;
	}



