ul {
	list-style-type: none;
	position: fixed;
	z-index: 9999;
	top: 0px;
	left:0px;
	margin: 0 -200%;
	padding: 0 200%;
	overflow: hidden;
	background-color: #008080;
}
li {
	float: left;
	/*border-right: 1px solid #FAEBD7;*/
}
li:last-child {
	border-right: none;
}
li a {
	display: block;
	color: #FAEBD7;
	text-align: left;
	padding: 10px 30px;
	text-decoration: none;
}
li a:hover:not(.active) {
	background-color: #B0E0E6;
}
.active {
	background-color: #008BBB;
}
.ex1 {
	line-height:30px
}
.centering-block {
 text-align: center;
}
.centering-block .centering-block-inner {
 text-align: left;
 display: inline-block;
}
