@charset "utf-8";
/* CSS Document */
#menu_box { margin: 0 auto; padding: 0; width: 1000px; height: 27px; }
.menu { position: relative; margin: 0 auto; padding: 0; width: 1000px; height: 27px; background: url(../images/nav-bg.jpg) no-repeat 0 0; z-index: 9; }
.menu dl { position: relative; float: left; margin: 0; padding: 0; width: 124px; }
.menu dl dt a { display: block; width: 124px; height: 27px; color: #E2F1FE; font: bold 14px/27px "宋体", "Arial"; text-align: center; }
.menu dl dt a:hover, .menu dl dt a.current { height: 27px; color: #fff; background: url(../images/nav-bg2.jpg) no-repeat 0 0px; }
/*with background image.(note: ie6 flicker)
.menu dl dd { 
     position: absolute; 
	 width: 124px; 
	 margin: 0; 
	 padding: 0; 
	 overflow: hidden; 
	 display: none; 
	 background: url(../index/menu-drop-bg.gif) no-repeat left bottom; 
	 z-index: 200; 
	 filter: alpha(opacity=90); 
	 -moz-opacity:0.90; 
	 opacity: 0.90; }
.menu dl ul { 
     width: 122px;
	 margin: 0 0 15px 0; 
	 padding: 10px 0 0 0; 
	 border-left: 1px solid #5B5959; 
	 border-right: 1px solid #5B5959; 
	 list-style: none; 
	 border-top: none; }*/

.menu dl dd { position: absolute; display: none; margin: 0; padding: 0; width: 124px; overflow: hidden; background: #fff; z-index: 100; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; margin-left: 0; +margin-left:0;
}
.menu dl ul { margin: 2px; margin-top: 0px; padding: 2px; padding-top: 0; width: 114px; list-style: none; border: 0px solid #d4d4d4; border-top: 0; }
.menu dl li { border-bottom: 1px solid #eee; }
.menu dl dd a { display: block; margin: 0; padding: 2px; width: 110px; height: 22px; line-height: 22px; color: #333; text-indent: 25px; text-align: left; background: url(../images/ico3.png) no-repeat 10px 0; }
.menu dl dd a:hover { color: #fff; background: url(../images/ico3.png) no-repeat 10px -25px #02579a; filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60; }
.menu dl dd, a.last { margin-bottom: 3px; }
.ge { float: left; width: 1px; height: 27px; line-height: 27px; color: #fff; text-align: center; }
