#menu-topo{
	width: 285px;
	height: 16px;
	float: right;
	text-align: right;
	font-family: 'Calibri', arial;
	font-size: 13px;
	text-transform: uppercase;
}
	#menu-topo a{
		color: #333333;
	}
	#menu-topo a:hover{
		color: #333333;
		text-decoration: none;
	}

#menu{
	width: 850px;
	height: 43px;
	background-image: url(../img/partes/menu.png);
	background-size: 100% 100%;
	float: right;
	border-bottom: 1px solid #c2c2c2;
	border-radius: 10px;
	position: relative;
	font-family: 'Calibri' , arial;
	font-size: 14px;
	top:20px;
}
	#menu a{
		color: #fff;
		text-decoration: none;
	}
	#menu #divisao{	
		width: 3px;
		height: 43px;
		float: left;
		background-image: url(../img/partes/divisao.png);
		background-size: 100% 100%;
	}

	#menu .menu-1{
		width: 120px;
		height: 43px;
		text-transform: uppercase;
		text-align: center;
		float: left;
		line-height: 45px;
	}
	#menu .menu-2{
		width: 155px;
		height: 43px;
		line-height: 45px;
		text-transform: uppercase;
		text-align: center;
		float: left;		
	}
	#menu .menu-3{
		width: 90px;
		height: 43px;
		float: left;
		text-transform: uppercase;
		text-align: center;
		line-height: 45px;		
	}
	#menu .menu-4{
		width: 130px;
		height: 43px;
		float: left;
		text-transform: uppercase;
		text-align: center;
		line-height: 45px;		
	}
	#menu .menu-5 .li-menu{
		width: 165px;
		height: 43px;
		float: left;
		text-transform: uppercase;
		text-align: center;
		line-height: 45px;		
	}
		.li-menu{
			position: relative;
			list-style-type: none;
		}
		.li-menu div.dropdown{
			position: absolute;
			width: 100%;
			min-height: 50px;
			list-style-type: none;
			margin-top: -10px;
			text-align: center;
			z-index: 9999999;
			background-color: #2b2b2b;
		}
		.li-menu div.dropdown ul{
			-webkit-margin-before: 0px;
			-webkit-margin-after: 0px;
			-webkit-margin-start: 0px;
			-webkit-margin-end: 0px;
			-webkit-padding-start: 0px;
		}
		.li-menu div.dropdown ul li{
			width: 100%;
			height: 35px;
			line-height: 35px;
			margin-left: 0px;
			list-style-type: none;
		}
		.li-menu div.dropdown ul li:hover{
			width: 100%;
			height: 35px;
			line-height: 35px;
			margin-left: 0px;
			list-style-type: none;
			background-color: #0d0d0d;
		}

	#menu .menu-6{
		width: 89px;
		height: 43px;
		float: left;
		text-transform: uppercase;
		text-align: center;
		line-height: 45px;		
	}
	#menu .menu-7{
		width: 83px;
		height: 43px;
		float: left;
		text-transform: uppercase;
		text-align: center;
		line-height: 45px;		
	}


#menu_tudo{
	display: none;
}


@media (max-width: 1024px){
#menu{
	width: 760px;
	font-size: 15px;
}
	#menu .menu-1{
		width: 110px;
	}
	#menu .menu-2{
		width: 135px;	
	}
	#menu .menu-3{
		width: 70px;		
	}
	#menu .menu-4{
		width: 120px;	
	}
	#menu .menu-5 .li-menu{
		width: 155px;	
	}
	#menu .menu-6{
		width: 79px;	
	}
	#menu .menu-7{
		width: 73px;	
	}
}



@media (max-width: 770px){	
	#menu{
		display: none;
	}

	#menu_tudo{
		width: 100%;
		height: 37px;
		float: right;
		margin-top: -20px;
		display: block;
	}
	#menu_central{
		width: 100%;
		height: 37px;
		margin: 0px auto;
	}
	#menu_parts{
		width: 100%;
		height: 37px;
		font-family: "Calibri", arial;
		text-align: center;
		float: right;
		text-transform: uppercase;
		font-weight: bold!important;
		color: #fff;
	}
	#menu_parts{
		z-index: 999;
		position: relative;
	}
	#menu_parts ul{
		width: 100%;
		height:40px;
		margin: 0;
		padding: 0;
		float: left;
		display: none;
		background:#333;
		border-bottom: 1px solid #fff; 
	}
	#menu_parts ul li{
		width: 100%;
		display: block;
	}
	#menu_parts ul li a{
		display: inline-block;
		text-decoration: none;
		font-size: 18px;
		color: #fff;
		line-height: 40px;
	}

	.button-menu{
		width: 30px;
		padding: 2px;
		float: right;
		display: block;
		border-radius: 5px;
		border: 1px solid #333;
	}
	.button-menu div{
		width: 90%;
		height: 0px;
		margin: 6px auto;
		border-top: 2px solid #333;
	}

	.li-atuacao{
		display: block;
	}
	.li-atuacao div.dropdown-atuacao{
		position: relative;
		width: 100%;
		z-index: 9999999;
		display: none;
		box-shadow: 2px 2px 5px #080808;
		background: #fff!important;
		color: white!important;
	}

	.li-atuacao div.dropdown-atuacao a{
		width: 100%;
		text-align: center!important;
		color: #000!important;
		font-size: 18px!important;
		height: 35px!important;
		display: inline-block;
		text-decoration: none;
		line-height: 35px!important;
		font-weight: bold!important;
		border-bottom: 1px solid #090c1f;
	}
}