.orion-menu {
	width: 1200px;
	padding: 0;margin: 0 auto;
	position: relative;
	list-style: none;height:56px;
	font-family: 'Roboto Condensed',sans-serif
}

.orion-menu li {
	display: inline;
	float:left;width:150px;height:56px;text-align:center;
	position: relative;line-height: 56px;
}

.orion-menu li a {
	/*padding: 24px 22px;*/
	color: #fff;
	text-decoration: none;
	display: inline-block;
	-o-transition: color .3s linear,background .3s linear;
	-webkit-transition: color .3s linear,background .3s linear;
	-moz-transition: color .3s linear,background .3s linear;
	transition: color .3s linear,background .3s linear
}

.orion-menu li:hover {
	color: #fff;background: #30CD00;
}

.orion-menu ul,.orion-menu ul li ul {
	list-style: none;
	margin: 0;z-index: 99999;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 999;
	width: 150px;
	background: #454545
}

.orion-menu ul {
	top: 56px;
	left: 0;z-index: 99999;
}



.orion-menu ul li ul {
	top: 0;z-index: 99999;
	left: 150px
}

.orion-menu ul li {
	clear: both;z-index: 99999;
	width: 100%;background: #0A60B7;
	font-size: 14px;height: 40px;line-height: 40px;
}

.orion-menu ul li a {
	width: 100%;
	display: inline-block;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}


.orion-menu .indicator {
	color: #bababa;
	position: absolute;
	right: 8px;
	top: 24px;
	font-family: FontAwesome;
	font-size: 12px
}

.orion-menu .indicator:before {
	content: "\f0d7"
}

.orion-menu ul li .indicator {
	right: 20px;
	top: 13px
}

.orion-menu ul li .indicator:before {
	content: "\f0da"
}

.orion-menu .indicator {
		right: 25px;
		top: 0px
	}

	

