.menu                                                          /*class do menu*/
{
	position : absolute; 
	width:670px;
	height:54px;
	top : 20%;
    left: 0%;
	background-color:rgb(42,54,59);
	
}
.est{
	position : absolute; 
	width:5%;
	height:54px;
	top : 20%;
    left: 647px;
	background-color:rgb(42,54,59);
	transform: skew(-40deg); 
}

.menu ul{
	margin-left:40%;

	height:100%;
	padding:0px;
	margin-top:0px;
	
}
.menu li{
	float:left;
	padding: 18px;
	display: block;
	background-color:rgb(42,54,59);
	
}
.menu .active{
	background-color:#3cd0b8;
}
.menu li:hover{
	background-color:rgb(42,50,50);
	
}