.nav-top {
	background: 0px 0px rgb(255, 255, 255); top: 0px; width: 100%; height: 30px; color: rgb(102, 102, 102); padding-top: 5px; clear: both; font-weight: bold; float: left; position: fixed; z-index: 100; box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.nav-top::after {
	clear: both; display: table; content: "";
}
#mslogo {
	float: left; display: inline-block;
}
.nav-top a {
	color: rgb(102, 102, 102); text-decoration: none;
}
.nav-top a:hover {
	color: rgb(153, 0, 0);
}
.nav-top ul {
	width: 960px; text-align: right; padding-right: 15px; margin-right: auto; margin-left: auto; display: block;
}
.nav-top li {
	font-family: Arial; margin-left: 50px; display: inline;
}
.nav-blog li {
	margin-bottom: 5px;
}
