*{
	text-decoration: none;
	opacity: 1;
}
.container{
	position:relative;
	height:58px;
	background: #CF0101;
	z-index: 100;
	width:1100px;
	margin-top:-19px;
}
#navigation{
	display: flex;
	list-style: none;
	justify-content: space-around;
	line-height: 58px;
	font-size:18px;
    box-shadow:0px 2px 15px rgba(0,0,0,0.4);
}
.container ul>li{
	width:130px;
	text-align: center;
	height: 58px;
	color: #ffffff;
}
#navigation>li:hover{
	background: #A52A2A;
	cursor: pointer;
}
#navigation li ul li{
	list-style: none;

}
#navigation li ul li{
	position: relative;
	color: #ffffff;
	background: #BE0303;
	font-size: 16px;
	height: 35px;
}
#navigation li ul li:hover{
	position: relative;
	background: #A52A2A;
}
#navigation a{
	text-decoration: none;
	color:#ffffff;
}
.container ul li>ul{
	margin:0px;
	padding:0px;
}
.Two{
	background: #ffffff;
}
.Two1 li:hover{
	background: #ffffff;
}