.myhed{
	position: relative;
	padding: 0;
	margin: 0;
}

.navigation ul,
.navigation ol {
	padding: 0;
	margin: 0 0 9px 0px;
	list-style: outside none none;
}
.navigation ul ul,
.navigation ul ol,
.navigation ol ol,
.navigation ol ul {
	margin-bottom: 0;
}
.navigation li {
	line-height: 18px;
}
.navigation ul.unstyled,
.navigation ol.unstyled {
	margin-left: 0;
	list-style: none;
}
.navigation ul.inline,
.navigation ol.inline {
	margin-left: 0;
	list-style: none;
}
.navigation ul.inline > li,
.navigation ol.inline > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}
.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li > a > img {
	max-width: none;
}
.nav > .pull-right {
	float: right;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-tabs,
.nav-pills {
	*zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
	clear: both;
}
.nav-tabs > li,
.nav-pills > li {
	float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
	padding: 8px 14px;
	line-height: 14px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.small {
	font-size: 100%;
}
#aside .nav .nav-child {
	border-left: 2px solid #ddd;
	padding-left: 5px;
}
.navigation .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navigation .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navigation .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 100%;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.navigation .nav li {
	position: relative;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child,
.navigation .nav li li:hover > .nav-child,
.navigation .nav li li > a:focus + .nav-child {
	display: block;
}
.navigation .nav > li > .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.navigation .nav > li > .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navigation .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
.navigation .head .userinfo {
	background-color: #8ab928;
	height: 70px;
	padding: 5px;
}
/* Menu Guru + Adaptive */
@media only screen and (min-width: 1920px) {
	.navigation .head {
		position: absolute;
		display: inline;
		top: -80px;
		height: 80px;
		width: 100%;
		background-color: #8ab928;
	}
	.navigation .head .logo {
		position: relative;
		height: 80px;
		width: 252px;
		background-image: url('../img/logo-don1100.png');
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
	}
	.navigation .havechild { display: none; }
	.navigation {
		margin-top: 0;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 220px) {
	.navigation {
		background-color: #d4ffb5;	/* меню */
		padding: 0;
		height: 32px;
	}
	.navigation a {
		color: #fff;
		display: block;
		font-weight: bold;
		line-height: 31px;
		padding: 0 14px;
		text-decoration: none !important;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.navigation .nav-tabs {
		background-color: #d4ffb5;	/* меню */
		padding: 0;
		height: 32px;
		border: 0;
	}
	.navigation .nav-tabs > li.parent {
		background-image: url('../img/menu-arrow-parent.png');
		background-position: 98% center;
		background-repeat: no-repeat;
	}
	.navigation .nav-tabs > li:hover {
		background-color: #99ce8e;	/* при наведении */
	}
	.navigation .nav-tabs > li > a {
		background: none;
		font-weight: bold;
		color: #005500;	/* цвет текста неактивных ссылок */
		border: 0;
		margin-top: 1px;
		margin-right: 0;
		line-height: 14px;
		text-transform: uppercase;
		font-family: "Segoe UI","Trebuchet MS",Tahoma,Ubuntu,"DejaVu Sans",Helvetica,sans-serif;
		font-size: 100%;
	}
	.navigation .nav-tabs > li.active > a {
		line-height: 13px;
		margin-top: 0;
		border: 1px solid #a5e6a6;
	}
	.navigation .nav-child {
		background: #c6efa9;
		border-radius: 0;
		border: 0;
		margin-top: 0;
		padding: 0 1px;
	}
	.navigation .nav-child > li > a {
		border-bottom: 1px solid #53AEC8;
	}
	.navigation .nav-tabs ul.nav-child .nav-child {
		margin-top: 18px;
		margin-left: -18px;
	}
	.navigation .nav-child .parent > a {
		background: url('../img/menu-arrow-child.png') no-repeat right center;
	}
	.navigation .nav > li > .nav-child:before,
	.navigation .nav > li > .nav-child:after { border: 0!important; }
	.navigation .nav-child a,
	.navigation .havechild a {
		font-size: 100%;
		padding-left: 10px;
		text-transform: none;
	}
	.navigation .nav-tabs > .active > a,
	.navigation .nav-child:hover > a,
	.navigation .nav-tabs > .active > a:hover,
	.navigation .nav-tabs > .active > a:focus,
	.navigation .nav-child li > a:hover,
	.navigation .nav-child li > a:focus
	{
		background-color: #a5e6a6;	/* градиент активного меню и подменю при наведении */
		background-image: -moz-linear-gradient(top,#a5e6a6,#8db677);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5e6a6),to(#8db677));
		background-image: -webkit-linear-gradient(top,#a5e6a6,#8db677);
		background-image: -o-linear-gradient(top,#a5e6a6,#8db677);
		background-image: linear-gradient(to bottom,#a5e6a6,#8db677);
		border-radius: 0;
		cursor: pointer;
		color: #003300;
	}
	.navigation .nav-tabs > li > a:hover,
	.navigation .nav-tabs > li > a:focus,
	.navigation .nav-tabs > li.active > a:hover,
	.navigation .nav-tabs > li.active > a:focus {
		border-radius: 0;
	}
}
@media only screen and (min-width: 220px) and (max-width: 1920px) {
	.nav-tabs > li { float: left; }
/*	.navigation { height: auto; }	*/
	.navigation .nav-child .parent > a { background: none; }
	.navigation .nav-child li > ul { display: none!important; }
	.navigation .havechild > ul,
	.item-17 > ul, .item-18 > ul {
		left: auto!important;
		right: 0;
	}
	.fa-bars {
		display: inline-block;
		font-size: 16px;
		position: relative;
		width: 14px;
		text-decoration: none;
	}
	.fa-bars:before {
		content: "";
		position: absolute;
		left: 2px;
		top: -9px;
		height: .125em;
		width: 14px;
		border-bottom: 0.125em solid #000000;
		border-top: 0.375em double #000000;
	}
}

