.ips-headernavigation {
	padding: 5px 10px;
	border-radius: 7px;
	background-color: #727d86;
	text-align: center;
	margin-bottom: 6px;
	background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 30%, #5B666F 100%);
}

.ips-headernavigation li {
	display: inline-block;
	list-style-type: none;
	position: relative;
}

.ips-headernavigation li:after {
	width: 1px;
	height: 10px;
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #495466;
	top: 2px;
}

.ips-headernavigation li:last-child:after {
	display: none;
}

.ips-headernavigation li a {
	padding: 0 15px;
	color: #330000;
	font-size: 1.2em;
	font-weight: 700;
}