@charset "utf-8";
ol li, ul li {list-style:none;}
.flexy-menu2{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;
	background-image: url(../../../404.html);
	color: #fff;
	text-decoration: none;
	height: 35px;
	z-index:50;
}
.flexy-menu2 li{
	display:inline;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFE6B8;
}
.flexy-menu2>li>a{
	color:#fff;
	text-decoration:none;
	display:block;
	text-transform:none;
-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear; 			height: 35px;
	line-height: 35px;
	padding-right: 25px;
	padding-left: 25px;
}

.flexy-menu2 li:hover>a,.flexy-menu2 li.active a{
	color:#fff;
	background-image: url(../../../404.html);
	background-repeat: repeat;
}

.flexy-menu2 li.active a{
	color:#FFFFFF;
	background-image: url(../../../404.html);
	background-repeat: repeat;
	font-weight: bold;
	width: 52px;
	text-align: center;
	margin-right: 1px;
}

.flexy-menu2 li.active1 a{
	color:#fff;
	background-image: url(../../../404.html);
	background-repeat: repeat;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
}

.flexy-menu2 li.active2 a{
	color:#000;
	background-image: url(../../../404.html);
	background-repeat: repeat;
	width: 52px;
	text-align: center;
}

.flexy-menu2 li.active2:hover>a{
	color:#fff;
	background-image: url(../../../404.html);
	background-repeat: repeat;
	width: 52px;
	text-align: center;
}

.flexy-menu2 li.right{float:right}

.flexy-menu2 ul,.flexy-menu2 ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99998;
	width:200px;
	background:#333;
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
	font-size: 11px;
}

.flexy-menu2 ul{top:35px;left:0;}

.flexy-menu2 ul li ul{top:0;left:100%}

.flexy-menu2 ul li{
	clear:both;
	width:100%;
	border:0;
	font-size:11px;
}

.flexy-menu2 ul li a{
	width:180px;
	color:#dedede;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear; 			border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
}

.flexy-menu2 ul li:hover>a{
	color: #FFFFFF;
	background-color: #84C33E;
	background-image: none;
}
