.navt{
	position:sticky;
	top:0;
	z-index:95;
	background:#111;
	padding:0 5px;
	text-align:center;
	font-size:0;
	border-bottom:2px solid #999;
}

.m{
	display:inline-block;
	line-height:30px;
	padding:0 9px;
	margin:0 5px;
	cursor:pointer;
	letter-spacing:1px;
	color:#bbb;
	position:relative;
	font-size:14px;
	font-weight:500;
}

.m:hover{background:#ccc; color:black;}
.m:active{left:2px;}

.mleft{float:left;}
.mright{float:right;}
.mspace{margin-left:54px;}
