@charset "utf-8";
/* CSS Document */
#menu_box { width: 1000px; float: inherit; height: 36px; margin: 0 auto; padding: 0; }
.menu { width: 1000px; margin: 0 auto; padding: 0; height: 36px; background: url(../index/menu-bg1.jpg) center no-repeat; }
.menu dl { float: left; width: 123px; margin: 0; padding: 0; position: relative; z-index: 999; }
.menu dl dt a { display: block; width: 123px; height: 36px; line-height: 36px; font-family: Microsoft Yahei, Arial, "宋体", Helvetica, sans-serif; color: #fff; font-size: 14px; font-weight: bold; text-align: center; }
.menu dl dt a:hover, .menu dl dt a.current { background: url(../images/nav_bg2.jpg) center top repeat-x; color: #fff; height: 36px; text-decoration: none; text-align: center; }
/*with background image.(note: ie6 flicker)
.menu dl dd { 
     position: absolute; 
	 width: 123px; 
	 margin: 0 0 0 5px; 
	 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: .9; 
	 opacity: 0.9; }
.menu dl ul { 
     width: 121px; 
	 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; width: 123px; margin: 0; padding: 0; overflow: hidden; display: none; background: #a00; z-index: 100; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; margin-left: 0;  +margin-left:0;
}
.menu dl ul { width: 113px; margin: 0px; margin-left: 2px; margin-bottom: 2px; margin-right: 2px; padding: 2px; padding-top: 0; list-style: none; border: 0px solid #d4d4d4; border-top: 0; }
.menu dl li { border-bottom: 1px solid #eee; font-family: Microsoft Yahei, Arial, "宋体", Helvetica, sans-serif; }
.menu dl dd a { display: block; width: 109px; height: 18px; padding: 2px; padding-top: 8px; margin: 0; text-decoration: none; color: #fff; text-align: center; }
.menu dl dd a:hover { background-color: #c00; color: #fff; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
.menu .last { border-bottom: none; margin-bottom: 3px; }
.ge { float: left; width: 2px; height: 36px; line-height: 36px; text-align: center; color: #fff; }
