﻿@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

#menu_box { margin: 122px auto 0; padding: 0; width: 1000px; height: 36px; }
.menu { position: relative; padding-left: 170px; margin: 0 auto; width: 790px; height: 36px; z-index: 100; }
    .menu dl { position: relative; float: left; margin: 0; padding: 0; width: 98px; }
        .menu dl dt a { display: block; width: 98px; height: 36px; color: #000; font: 15px/36px "Microsoft Yahei", "Arial"; text-align: center; }
            .menu dl dt a:hover, .menu dl dt a.current { height: 36px; color: #fff; background: url(../images/nav_bg2.jpg) repeat-x left center; }

        /*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: 98px; overflow: hidden; background: rgba(0,0,0,0.5); z-index: 100; margin-left: 0; +margin-left:0; }
        .menu dl ul { margin: 2px; margin-top: 0px; padding: 2px; padding-top: 0; width: 90px; list-style: none; border: 0px solid #d4d4d4; border-top: 0; }

        .menu dl li { border-bottom: 1px solid #00aa00; }
        .menu dl dd a { display: block; margin: 0; padding: 2px; width: 86px; height: 22px; line-height: 20px; color: #fff; 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 rgba(48,137,9,0.6); }
        .menu dl dd, a.last { margin-bottom: 3px; }
.ge { float: left; width: 1px; height: 36px; line-height: 36px; color: #fff; text-align: center; }
