/*
* @Menu index
*
*/

/* MENU */
.top-nav {
	display: inline-block;
	font-size: 14px;
}
.top-nav-header {
	bottom: 0;
	height: 60px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.top-nav nav ul li{
	display: inline-block;
	/*margin-right: 24px;*/
}
.top-nav nav ul li a{
	padding: 15px 10px;
}

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
.cbp-hsmenu > li > a:not(:only-child):before {
	font-family: 'bpmenu';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	font-size: 1.4em;
	margin-right: 0.3em;
	vertical-align: middle;
}
.cbp-hsinner {
    position: relative;

    width: 1128px;
}
.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
	content: "\f106";
}

/* Let's allow 6 item in a row */
.cbp-hssubmenu > li {
	width: 16.2%;
	display: inline-block;
	vertical-align: top;
	box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
	opacity: 0;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;
}

/**/
.cbp-hsmenu, .cbp-hsmenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.cbp-hsmenu li {
		float: left;
		position: relative;
		width: auto;
	}

	.cbp-hsmenu a {
		float: left;
		padding: 12px 20px;
		color: #ffffff;
		text-decoration: none;
	}

	.cbp-hsmenu li:hover > a {
		color: #ffffff;
	}

	*html .cbp-hsmenu li a:hover { /* ������ ��� IE6 */
		color: #ffffff;
	}

	.cbp-hsmenu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*������ ��� IE6*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 52px;
		left: 0;
		z-index: 9999;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.cbp-hsmenu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	.cbp-hsmenu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*������ ��� IE6*/
	}

	.cbp-hsmenu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*������ ��� IE6*/
	}

	.cbp-hsmenu ul li:last-child {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.cbp-hsmenu ul a {
		padding: 15px 10px;
		min-width: 260px;
		max-width: 400px;
		word-wrap: break-word;
		background:#40689c;
		border-bottom:1px dotted #ffffff;
		_height: 10px; /*������ ��� IE6*/
		display: block;
		float: none;
		text-transform: none;
	}

	.cbp-hsmenu ul a:hover {
		background:#274F83;
	}

	.cbp-hsmenu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 50px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #ffffff;
	}

	.cbp-hsmenu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}

	.cbp-hsmenu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3;
		border-bottom-color: transparent;
	}

	.cbp-hsmenu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
