.newmenu {
	font-family: "Trebuchet MS", Arial, san-serif;
	float: left;
	/*z-index:1000;*/
	/*margin-top: 1rem;
	margin-bottom: 1rem;*/
	background: linear-gradient(to bottom, rgb(131, 131, 131) 0%,rgb(92, 92, 92) 50%,rgb(59, 59, 59) 51%,rgb(0, 0, 0) 100%); /* W3C */
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;

	border-left: 0.1rem solid rgb(138, 138, 138);
	border-right: 0.1rem solid rgb(32, 32, 32);
	border-top: 0.1rem solid rgb(185, 185, 185);
	border-bottom: 0.1rem solid black;
	width: 100%;
}

.newmenu ul {
	padding: 0;
	margin:0;
	list-style: none;
	list-style-position: inside;
}

.newmenu ul li {
	float: left;
	position: relative;
	line-height: 3rem;
	font-size: 1.5rem;
	font-variant-caps: all-small-caps;
}

.newmenu ul li a {
	display: block;
	text-decoration: none;
	color: #f0f0f0;
	font-weight: bold;
	text-align: center;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
}

.center_nosub {
	background: none;
}

.left_nosub {
	background: none;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.right_nosub {
	background: none;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.center_li::before, .right_li::before {
	content: "";
	position: absolute;
	bottom: 0.5rem;
	height: 2rem;
	width: 0.1rem;
	background: gray;
}

.newmenu ul li:hover {
	background: rgba(204, 204, 204, 0.7);
	/*box-shadow: inset 0 0 0.1rem 0.3rem rgb(71, 71, 71);*/
	border-radius: 0.5rem;
}

.newmenu ul li:hover a {
	color:#000;
}

.gradientbg {
	background: linear-gradient(
		to bottom,
		rgb(125, 125, 125) 0%,
		rgb(92, 92, 92) 50%,
		rgb(59, 59, 59) 51%,
		rgb(4, 4, 4) 100%
	);
}
