.menuResp {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	word-spacing: -0.25em;
}
.menuResp li { width: 100%;
	display: inline-block;
	//display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	//zoom: 1;
}
.menuResp li:hover{background: #eee}
.menuResp a {
	color: #666;
	display: inline-block;
	padding: 4px 3px;
	text-align: left;
	text-decoration: none;
}
.menuResp a:hover {
	text-decoration: none;
}
.menuResp .active {
	background: #eee;
	color: #000;
}
.menuResp ul {
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
	left: 240px!important; margin-top: -45px;
	position: absolute; top: auto!important;
	z-index:999999; padding:0;
}
.menuResp ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuResp ul a {
	display: block;
	white-space: nowrap;
}
.menuResp ul ul {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.arrow-up {
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
	left: 10px;
	position: absolute;
	top: -4px;
	width: 0;
	z-index: 1;
}
.arrow-up2 {
	border-bottom: 5px solid #c2c2c2;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
	left: 10px;
	position: absolute;
	top: -5px;
	width: 0;
	z-index: 0;
}
.arrow-left {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	height: 0;
	left: -4px;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}
.arrow-left2 {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #c2c2c2;
	border-top: 5px solid transparent;
	height: 0;
	left: -5px;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 0;
}
.toLeft .arrow-left {
	border-left: 5px solid #fff;
	border-right: 0;
	left: auto;
	right: -4px;
}
.toLeft .arrow-left2 {
	border-left: 5px solid #c2c2c2;
	border-right: 0;
	left: auto;
	right: -5px;
}
.arrow-down, .arrow-right {display:none;}

.btnNav {
	background: #ccc;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	cursor: pointer;
	display: none;
	float: right;
	margin: 0 0 5px;
	padding: 7px 10px;
	position: relative;
	z-index: 99;
}
.btnNav:hover {
	opacity: 1 !important;
}
.btnNavIcon {
	background: #F5F5F5;
	border-radius: 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	margin: 3px auto;
	width: 18px;
}
.menu_select {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	color: #808080;
	display: none;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	margin: 0 auto 10px;
	moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px;
	vertical-align: top;
	width: 100%;
}
.menu_select option {
	color: #6DA3BD;
	cursor: pointer;
}
.menu_select .opt_1 {
	color: #000000;
}
.rarr {
	font-size: 13px;
}
@media screen and (max-width: 979px) {
	.btnNav {
		display: block;
	}
	.menuResp {
		clear: both;
		display: none;
	}
	.menuResp li,.menuResp a {
		display: block;
		white-space: normal;
	}
	.menuResp .active {
		background: #ddd;
	}
	.menu_select {
		display: block;
	}
	.menuResp ul {
		background: none;
		border: 0;
		box-shadow: none;
		display: block !important;
		position: static;
	}
	.menuResp ul li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.menuResp ul a {
		display: block;
		white-space: normal;
	}
	.menuResp ul ul {
		display: block;
		position: static;
	}
	.arrow-up,.arrow-up2,.arrow-left,.arrow-left2,.toLeft .arrow-left,.toLeft .arrow-left2,.arrow-right {
		display: none;
	}
	.arrow-down {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #666;
		display: inline;
		display: inline-block;
		height: 0;
		margin: 5px 0 0 5px;
		vertical-align: top;
		width: 0;
		zoom: 1;
	}
	.arrow-right {
		border-bottom: 4px solid transparent;
		border-left: 4px solid #666;
		border-top: 4px solid transparent;
		display: inline;
		display: inline-block;
		height: 0;
		margin: 3px 0 0 5px;
		vertical-align: top;
		width: 0;
		zoom: 1;
	}
	.mediaIndicator {
		z-index: 1 !important;
	}
	.rarr {
		display: inline-block;
		padding: 0 2px 0 0;
	}
}
@media screen and (min-width: 980px) {
	.menuResp {
		display: block !important;
	}
	.rarr {
		display: none;
	}
}