#header {
	height: 94px;
	width: 100%;
	background: url(../img/home_nova/bg-cabecalho.gif) repeat-x;
}
#header .wrapper {
	overflow: hidden;
	width:960px;
}
		
#menu-topo .wrapper{
	/*border:#fff 1px solid;*/
	width:960px;
}


/*Translation*/
#translation{
	margin-top:3px;
}

#header #translation a{
	width:16px;
	height:13px;
	display:inline-block;
	background:url('../img/home_nova/sprite.png') no-repeat  -263px -26px;
}

#header #translation a:hover, #header #translation a.active_lang {
	background:url('../img/home_nova/sprite.png') no-repeat  -263px -39px;
}
#header #translation a.eng{
	background:url('../img/home_nova/sprite.png') no-repeat  -279px -26px;
}

#header #translation a.eng:hover, #header #translation a.eng.active_lang{
	background:url('../img/home_nova/sprite.png') no-repeat  -279px -39px;
}
#header #translation a.spa{
	background:url('../img/home_nova/sprite.png') no-repeat  -295px -26px;
}
#header #translation a.spa:hover, #header #translation a.spa.active_lang{
	background:url('../img/home_nova/sprite.png') no-repeat  -295px -39px;
}


/**Slogan**/
#slogan{
	margin: 28px 0 0 10px;
}

/*Search*/

.icon_lupa{
	background: url('../img/home_nova/icon-lupa.png') no-repeat left 29px;
	padding-left: 38px;
}

#header .search{
	width:392px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#C4580E;
	padding:4px;
	margin-top:5px;
	
}

.search input, .search label{
	padding: 7px 5px;
	width: 290px;
	font-size: 14px;
	font-weight: bold;
}
.search input.btn_enviar, .btn_enviar{
	width: 81px;
	height:35px;
	background: url('../img/home_nova/sprite.png') no-repeat  0 -27px;
	border:none;
	color:#fff; 
}


/*MENU BOTOES*/

#menu-topo {
   	background-color:#666;
	width:100%;
	height:27px;
}

#menu-topo-botoes{
	height: 25px;
	border: white 1px solid;
	background-color:#a2a2a2;
}

#menu-topo-botoes li{
	list-style:none;
	position:relative;
	*position:static;
}
#menu-topo-botoes .menu-item{
	float:left;
	height: 25px;
	border-right:#fff 1px solid;
	padding:0 15px;
	line-height:26px;
	background:#666;
}

#menu-topo-botoes .menu-item ul{
	display:none;
	position: absolute;
	width:100%;
	margin-left:-16px;
	margin-top: -1px;
	text-align:center;
	*margin-left:-60px;
	*margin-top:18px;
}

#menu-topo-botoes ul{
	*width:160px !important;
}


#menu-topo-botoes .projetos.menu-item ul, #menu-topo-botoes .noticias.menu-item ul{
	width:150px;
}

#menu-topo-botoes .menu-item ul a{
	display:block;
}

#menu-topo-botoes li:hover{
	background-color:#f58220;
}

#menu-topo-botoes li:hover ul{
	display:block;
	background-color:#f58220;
	z-index:1000;
	
}

#menu-topo-botoes li ul li a:hover{
	background:#c54b00;
	text-decoration:none;
}
#menu-topo-botoes .redes_sociais {
	background:#a2a2a2 !important;
	border-right:none;
}
#menu-topo-botoes .redes_sociais a{
	width:16px;
	height:16px;
	background:url('../img/home_nova/sprite.png') no-repeat -228px -27px;
	margin:5px;
	float:left;
}
#menu-topo-botoes .redes_sociais a.facebook{
	background:url('../img/home_nova/sprite.png') no-repeat -245px -27px;
}
#menu-topo-botoes .redes_sociais a.twitter{
	background:url('../img/home_nova/sprite.png') no-repeat -245px -44px;
}
#menu-topo-botoes .redes_sociais a.google_plus{
	background:url('../img/home_nova/sprite.png') no-repeat -228px -44px;
}

ul.menu-sub-item{
    margin-left: 150px !important;
    *margin-left: 100px !important;
    margin-top: -26px !important; 
}

/**********
*****SUBMENU****/
#menu-topo .submenu {
	display: inline-block;
	border: white 1px solid;
}


#menu-topo .submenu .menu-item{
	float: left;
	background: white;
	list-style:none;
}

#menu-topo .submenu .first{
	float: left;
	background: #F58220;
	list-style: none;
	padding: 10px;
	font-size: 13px;
	color: #fff !important;
}

#menu-topo .submenu .menu-item{
	color: #666;
}

#menu-topo .submenu .menu-item a{
	color: #666;
	font-size: 13px;
	padding: 10px;
	display: inline-block;
}




