.etntMenu {
	width: 100%;
	height: 100%;
}

.webMenu {
	width: 100%;
	display: inline;
	float: left;
	background-color: #E6E6E6;
	border-bottom: 1px solid black;
	position: relative;
	z-index: 2;
}

.subMenu {
	width: 100%;
	background-color: #FFFFFF;
}

.webMenu ul li:hover {
	background-color: #990000;
}

#autoCompDIV ul li:hover {
	background-color: rgb(153, 153, 153);
}


.webMenu ul .menuSelected {
	background-color: #990000;
}

#autoCompDIV ul .menuSelected {
	background-color: rgb(153, 153, 153);
}

.embedMenu {
	height: 100%;
	background-color: #FFFFFF;
}

.embedMenu ul li:hover {
	background-color: #0066cc;
}

.etnetMenu * {
	margin: 0;
	padding: 0;
}

.embedMenu * {
	height: 100%;
}

.etnetMenu ul {
	white-space: nowrap;
	font-size: 0px;
}

.etnetMenu ul li {
	position: relative;
}

.subMenu ul li {
	position: relative;
	height: 22px;
}

.etnetMenu ul li a {
	text-decoration: none;
	display: block;
}

.embedMenu ul li a.selected {
	color: #FFFFFF;
	background-color: #0066cc!important;
	height:17px;
}

.subMenu ul li a {
	padding: 5px 5px;
	color: #474747;
	font-weight: bold;
}

.subMenuFontZh ul li a {
	font-family: Arial,PMingLiU;
	font-size: 10pt;
}

.subMenuFontCn ul li a {
	font-family: SimSun,SimHei;
	font-size: 10pt;
}

.subMenuFontEn ul li a {
	font-family: Arial,PMingLiU;
	font-size: 10pt;
}

.webMenu ul li{
	border-left-style: inset;
	border-left: 1px solid;
	border-left-color: #a7a7a7;
}

.webMenu ul li a {
	padding: 5px 5px;
	color: #474747;
	font-weight: bold;
}

.menuFontZh ul li a {
	font-family: Arial,PMingLiU;
	font-size: 10pt;
}

.menuFontCn ul li a {
	font-family: SimSun,SimHei;
	font-size: 10pt;
}

.menuFontEn ul li a {
	font-family: Arial,PMingLiU;
	font-size: 10pt;
}

.webMenu ul li ul li a {
	padding: 5px 10px;
}

.webMenu ul .menuSelected div a {
	color: #FFFFFF;
	font-weight: bold;
}

.webMenu ul .menuSelected div ul li a {
	color: rgb(71, 71, 71);
}

.webMenu ul .menuSelected div ul li a:hover {
	color: white;
}

.embedMenu ul li a {
	padding: 0px 15px;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

.etnetMenu ul li a:only-child {
	background: none;
}

.etnetMenu ul li:hover>div>div>a {
	color: white;
}

.etnetMenu ul li:hover>a {
	color: white;
}

.etnetMenu ul li:hover>div>div>ul {
	display: block;
}

.etnetMenu nav>ul>li {
	display: inline-block;
}

.etnetMenu nav>ul>li {
	*display: inline;
}

.etnetMenu ul ul {
	position: absolute;
	top: 100%;
	list-style: none;
	background-color: #E6E6E6;
	z-index: 2;
	display: none;
}

.etnetMenu ul ul li {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
}

.subMenu .leftBg, .subMenu .leftBgSelected {
	float: left;
	display: inline;
	height: 100%;
	font-size: 20px;
}

.subMenu .rightBg, .subMenu .rightBgSelected {
	float: left;
	display: inline;
	height: 100%;
	font-size: 25px;
}

.subMenu .centerBg, .subMenu .centerBgSelected {
	float: left;
	display: inline;
	height: 100%;
}

.subMenu .centerBgSelected a {
	color: #ffffff;
}

.menuSearch {
	/*
	 position: absolute;
	 top: 68px;
	 right: 1%;
	 z-index: 2;
	 */
	 min-width: 250px;
	 display: inline;
	 float: right;
	 padding: 1px;
}