﻿/*
.menu { height: 40px; background: url(../images/menu_bg_1.gif) no-repeat -99px bottom; z-index: 100; background-position: 0px 100%; position: absolute; top: 50px; right: 0; padding-right: 1px; }
.menu li { float: left; font-size: 14px; text-align: center; line-height: 18px; padding: 0; }
.menu li.lihover, .menu li.licurrent { padding-bottom: 15px; border-bottom: 3px solid #FE7700; }
.menu li a { padding: 2px 35px; border-right: 1px solid #D7D7D7; color: #242424; font-weight: bold; margin: 0; border-left: none; display: inline-block; font-size: 14px; width: 30px; }
.menu li a.noborder { border-right: none; }


.li_3 { position: relative; z-index: 100; }
.li_3 a.noclick { width: 60px; }
.li_3_content { position: absolute; top: 80px; left: 0px; line-height: 40px; z-index: 99; display: none; height: 188px; *top: 18px; width: 115px; }
.li_3_content a:hover { color: #f18336 !important; }
.li_3_content dt { height: 17px; border-bottom: 3px solid #FE7700; *height: 19px; line-height: 17px; }
.li_3_content dd { border-left: 1px solid #E6E4E3; border-right: 1px solid #E6E4E3; padding: 0 8px; background: #ffffff url(../images/menu.gif) no-repeat bottom; }
.li_3_content dd a { text-align: center; padding: 0; border-right: none; color: #666; font-weight: normal; width: auto; }
.li_3_content dd.lastItem { background-image: none; border-bottom: 1px solid #E6E4E3; }
.li_3_content dd.lastItem a { border-bottom: none; }
*/

.header_menu{}
.header_menu .menu_item{float: left;position: relative;}
.header_menu .menu_item .menu_link{float: left;line-height: 60px;color: #606467;padding: 0 25px;font-size: 16px;text-decoration: none; }
.header_menu .menu_item .menu_link:hover{color: #005ead;}
.header_menu .menu_item .menu_link.on{color: #005ead;}
.header_menu .menu_item .menu_pop{position: absolute;top: 100px;left: -12px;z-index: 100;background-color: #fff;padding: 0px;border: 1px solid #d7e1e5;width: 140px;border-radius: 2px;display: none;}
.header_menu .menu_item .menu_pop a{display: block;padding: 6px;text-align: center;text-decoration: none;background-color: #fff;color: #939fa6;font-size: 14px;border-bottom: 1px solid #f0f3f4;}
.header_menu .menu_item .menu_pop a:hover{background-color: #1268b3;color: #fff;}
.header_menu .menu_item .menu_pop a.last{border-bottom: none;}
.header_menu .menu_item .menu_pop .menu_pop_arrow{position: absolute;width: 18px;height: 9px;overflow: hidden;font-size: 0px;z-index: 2;top: -9px;left: 56px;text-align: left;}
.header_menu .menu_item .menu_pop .menu_pop_arrow .arrow_down{width: 0px;height: 0px;position: absolute;border-style: solid;border-width: 0 9px 9px 9px;border-color: #d7e1e5 transparent #d7e1e5 transparent;_border-color: #d7e1e5 tomato;_filter: chroma(color=tomato);}
.header_menu .menu_item .menu_pop .menu_pop_arrow .arrow_up{width: 0px;height: 0px;position: absolute;border-style: solid;border-width: 0 8px 8px 8px;border-color: #fff transparent #fff transparent;left: 1px;top: 1px;_border-color: white tomato;_filter: chroma(color=tomato);}
.header_menu .menu_item .menu_pop .menu_pop_link{overflow: hidden;border-radius: 2px;}