/* верхнее меню */
.menutop > ul {
	display:block;
	margin:0;
	padding:0;
	background:none;
	border:0;
	width:100%;
	text-align:text-align:center;
	position:relative;
	}
.menutop > ul li {
	display:inline-block;
	list-style: none;
	border:0;
	background:none;
	text-align:center;
	height:50px;
	margin:0;
	}
.menutop > ul a, .menutop > ul a:link, .menutop > ul a:active, .menutop > ul a:visited {
	display:block;
	height:30px;
	line-height:30px;
	text-decoration: none;
	padding:0 20px;
	border:0;
	color:#fff;
	font-size:16px;
	margin:10px 5px;
	background:#0074b9;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition:background ease 0.2s;
	outline:none;
	}
.menutop > ul li a:hover {
	background:#f00;
	margin:8px 3px;
	border:2px solid #fff;
	}
.menutop > ul li.active a, .menutop > ul li a:active {
	background:#f00;
	margin:8px 3px;
	border:2px solid #fff;
	}
/* верхнее меню */
