@charset "utf-8";
/* CSS Document */
.top{float:left;width:100%;height:161px;}
.top_login{width:1000px;float:left;height:155px;background:url(top.jpg) top left no-repeat;border-bottom:6px solid #3f82b9;}

#menu{margin-top:15px;}
#menu,#menu li{float:left;width:100%;font-family:"微软雅黑";font-size:14px;position:relative;}
#menu li{background:url(menu_line.png) bottom center no-repeat;}
#menu li a.a{float:left;width:100%;margin-top:5px;text-align:center;line-height:30px;color:#38a7db;font-weight:bold;}
#menu li a.a:hover,#menu li a.menu_on,#menu li:hover a.a{background:#38a7db;color:#ffffff;}
#menu li dl{display:none;float:left;width:120px;position:absolute;top:5px;left:148px;background:#ffffff;border:2px solid #38a7db;padding:10px 0;}
#menu li dl dd{float:left;width:100%;line-height:30px;}
#menu li dl dd a{clear:both;font-style:normal;float:left;width:80%;margin-left:5%;font-family:"微软雅黑";font-size:14px;border-bottom:1px solid #eeeeee;padding-left:10%;background:url(d.gif) center left no-repeat;}
#menu li dl dd a:hover{color:#38a7db;border-bottom:1px solid #dddddd;}
#menu li:hover dl{display:block;}