/* from https://www.cssportal.com/css3-menu-generator */

#menu {
	background: linear-gradient(to right,  #103884,  #4d6b85);
	height: 45px;
	border-radius: 0px;
    margin-bottom: 0;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: center;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#menu li a:hover {
	color: #0099CC;
	background: #F2F2F2;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px;
}
.companyname {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9999;
	font-size: 40px; 
	color:white; 
	padding: 5px !important;
}