.ControlMenu {
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	vertical-align:bottom;
	height: 35px;
	float:right;
	padding: 0px;
	line-height: 25px;
	text-align:center;	
	 }
/* get rid of the default padding - margin and bullets */
.ControlMenu ul {
padding:0; 
margin:0;
list-style-type: none;
}

/* make menu horizontal */
.ControlMenu ul li {
	float:left;
	position:relative;
	font-size: 14px;
	text-indent: 5px;
	font-family: "宋体";
	line-height: 25px;
}
.textnav001 {
	font-family: "宋体";
	font-size: 14px;
	line-height: 25px;
}

/* set up the default top level links */
.ControlMenu ul li a, .ControlMenu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#484848;
	width:100px;
	height:25px;
	/*font-weight:bold;*/
	padding-left:5px;
	line-height:25px;
	border-bottom-width: 3px;
}

/* hide the drop down menu */
.ControlMenu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.ControlMenu table {
	margin:-1px;
	font-size:15px;
	padding: 0px;/*table中ul宽度为180，所以table自带默认宽度180px，在IE7中，4×180px会撑破menu，使页面变形，09.9.16日注释*/
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6*/

/* style the top level hover */
 .ControlMenu ul li:hover a,
.ControlMenu ul li a:hover {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	
}
/* make the drop down menu show and correctly position it 下拉边框 */
.ControlMenu ul li:hover ul,
.ControlMenu ul li a:hover ul {
	display:block;
	position:absolute;
	top:23px;
	margin-top:11px;
	margin-left:17px;
	left:0px;
	width:180px;
}
/* style the drop down links with no hover 下拉的底色图*/
.ControlMenu ul li:hover ul li a,
.ControlMenu ul li a:hover ul li a {
text-align:left;
	display:block;
	color:#000;
	border:0;
	font-weight:normal;
	height:auto;
	line-height:1.1em;
	padding:2px 0 2px 0;
	width:180px;
	background-image: url(/cn/images/bgcolorqian.gif);
	
}
/* style the drop down menu links when hovered 下拉的hover底色图*/
.ControlMenu ul li:hover ul li a:hover,
.ControlMenu ul li a:hover ul li a:hover 
{
	background-image: url(/cn/images/bgcolorshen.gif);
	height:auto;
}

/* .NoNewline{word-break: keep-all;}*/

