#wrapper
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    margin: 0 auto;
    overflow: hidden;
    min-width: 960px;
}

#header_top
{
    background: #52575b url(../images/top.png) 0 0 repeat-x;
    border-bottom: 0px solid #fff;
    height: 82px;
}

#header
{
    background: none;
    border-bottom: 3px solid #fff;
    height: 82px;
    margin-top: -50px;
}

.log_home #header, #log_header
{
    background: #52575b url(../images/top.png) 0 0 repeat-x;
    border-bottom: 0px solid #fff;
    height: 82px;
    margin-top: 0;
}

.main_navigation
{
    background: url(../images/top.png) no-repeat 30px bottom;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 12px;
    width: 535px;
}

.header_icon
{
    display: block;
    background-position: center -120px;
    background-repeat: no-repeat;
    font: bold 11px Georgia, "Times New Roman" ,Times,serif;
    color: #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    width: 107px;
    height: 80px;
}

.header_icon:hover
{
    background-position: center -210px;
}

.header_icon span
{
    display: block;
    padding-top: 60px;
    color: #999;
    position: relative;
}

/*WB新增 2011-5-30 为了使后两个标签无效*/
.header_icon1
{
    display: block;
    background-position: center -120px;
    background-repeat: no-repeat;
    font: bold 11px Georgia, "Times New Roman" ,Times,serif;
    color: #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    width: 107px;
    height: 80px;
}

.header_icon1:hover
{
    cursor: default;
}

.header_icon1 span
{
    display: block;
    padding-top: 60px;
    color: #999;
}
/*WB新增 2011-5-30 为了使后两个标签无效*/

.current_header_icon span
{
    color: #fff;
}

.current_header_icon
{
    background-position: center top;
}

.current_header_icon:hover
{
    background-position: center top;
}

.nav_profile
{
    background-image: url(../img/icon/header_profile.png);
}

.nav_purchase
{
    background-image: url(../img/icon/header_purchase.png);
}

.nav_finance
{
    background-image: url(../img/icon/header_finance.png);
}

.nav_hr
{
    background-image: url(../img/icon/header_hr.png);
}

.nav_fb
{
    background-image: url(../img/icon/header_fb.png);
}

.nav_otherapp
{
    background-image: url(../img/icon/header_other.png);
}

.nav_sysadmin
{
    background-image: url(../img/icon/header_system.png);
}

/*# a{display:block; background:url(../img/top/logout.png) 0 1px no-repeat; font:bold 11px Georgia,"Times New Roman",Times,serif; color:#fff; text-decoration:none; padding:1px 0 0 20px; margin:70px 10px 0 0; *margin:-10px 10px 0 0; float:right}
#header a{display:block; background:url(../img/top/logout.png) 0 1px no-repeat; font:bold 11px Georgia,"Times New Roman",Times,serif; color:#fff; text-decoration:none; padding:1px 0 0 20px; margin:70px 10px 0 0; *margin:-10px 10px 0 0; float:right}   */
#log_header a:hover
{
    text-decoration: underline;
}
#header a:hover
{
    text-decoration: underline;
}
/*for Webkit grey_btn*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .grey_btn
    {
        padding-bottom: 0px;
    }
}

.green_btn
{
    font: bold 12px Georgia, "Times New Roman" , Times, serif;
    color: #fff;
    border: none;
    background-color: #79a500;
    padding-bottom: 2px;
    width: 77px;
    height: 21px;
}

#attachments_text
{
    position: relative;
    z-index: 1;
    width: 270px;
    margin-left: 10px;
    margin: 0px; /*ie7*/
}

#attachments_btn
{
    position: relative;
    z-index: 1;
}

#attachments_file
{
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 358px;
    top: -21px;
    left: 100px;
}

#for_other
{
    background-position: right 7px;
    height: 42px;
}

.avatar
{
    float: left;
}

.avatar img
{
    margin-right: 20px;
}

.log_home #header img + a, #header img + a
{
    margin-right: 15px;
}

/*.log_home #header a+a,
#header a+a{background:url(../img/top/help.png) 0 1px no-repeat}

.log_home #header a+a+a,
#header a+a+a{background:url(../img/top/Home.png) 0 1px no-repeat}    */

#log_header img + a
{
    margin-right: 15px;
}

#log_header a + a
{
    background: url(../images/help.png) 0 1px no-repeat;
}

#log_header a + a + a
{
    background: url(../images/Home.png) 0 1px no-repeat;
}

#footer
{
    background: url(../img/footer_bg.jpg) 0 0 repeat-x;
    color: #fff;
    padding-left: 15px;
    height: 35px;
}

#footer span
{
    font: bold 12px/35px Georgia, "Times New Roman" ,Times,serif;
}

#footer span + span
{
    font: italic 14px/35px Georgia, "Times New Roman" ,Times,serif;
}

.clear
{
    clear: both;
}

.corner_div
{
    background: url(../img/tl.png) no-repeat 0 0;
    padding-bottom: 6px;
}

.corner_div > div
{
    background: url(../img/tr.png) no-repeat right 0;
}

.corner_div > div > div
{
    background: url(../img/br.png) no-repeat right bottom;
}

.corner_div > div > div > div
{
    background: url(../img/bl.png) no-repeat 0 bottom;
}

.corner_div .corner_top, .corner_div .corner_bottom
{
    background: url(../img/white_bg.png) repeat 0 0;
    margin: 0 5px;
    height: 5px;
}

.corner_div .corner_middle
{
    background: url(../img/white_bg.png) repeat 0 0;
    padding: 10px 15px;
    overflow: hidden;
}

.log_content
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    color: #fff;
    padding: 50px 40px 20px;
    min-height: 485px;
}

.log_conteng_0
{
    font-size: 40px;
    font-weight: bolder;
    position: relative;
    top: 10px;
    left: 5px;
    color: Silver;
}

.log_conteng_1
{
    font-size: 40px;
    color: White;
}

.login_conteng_1
{
    margin-top: 100px;
    color: White;
}

.log_conteng_a
{
    font-style: normal;
}

.log_conteng_2
{
    font-size: 55px;
}

.log_content label
{
    display: block;
    float: left;
    margin-top: 15px;
    width: 90px;
}

.log_content input
{
    float: left;
    width: 200px;
    margin-top: 15px;
}

.log_content .log_button
{
    border: none;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    background: url(../img/login/login_bt_bg.jpg) 0 0 repeat-x;
    color: #fff;
    clear: left;
    padding-bottom: 3px;
    margin-left: 222px;
    width: 72px;
    height: 31px;
    cursor: pointer;
}

.logout
{
    padding-top: 80px;
    min-height: 455px;
}

.logout_content
{
    margin-top: 20px;
    width: 437px;
}

.logout_content_top
{
    background: url(../img/logout_conteng_bg_top.png) 0 0 no-repeat;
    width: 437px;
    height: 10px;
}

.logout_content_middle
{
    background: url(../img/logout_conteng_bg.png) 0 0 repeat-y;
    padding: 5px 25px;
    width: 387px;
}

.logout_content_bottom
{
    background: url(../img/logout_conteng_bg_bottom.png) 0 0 no-repeat;
    width: 437px;
    height: 10px;
}

.logout_content li
{
    background: url(../img/logout_li.png) no-repeat 0 15px;
    font: 14px Georgia, "Times New Roman" ,Times,serif;
    padding: 10px 0px 10px 20px;
}

.leadto_login
{
    padding-top: 20px;
}

.leadto_login a
{
    color: #fff;
}

.content
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    background: #325803 url(../img/theme_blue_glow.jpg) fixed right bottom repeat;
    color: #fff;
    padding: 50px 0px 20px 40px;
    overflow: hidden;
    min-height: 485px;
}

.hp_h_1
{
    font: bold 40px Georgia, "Times New Roman" ,Times,serif;
}

.hp_h_2
{
    font: 25px Georgia, "Times New Roman" ,Times,serif;
}

.icon_wrapper
{
    float: left;
    margin: 15px 10px 0 0;
    overflow: hidden;
    width: 532px;
}

.icon
{
    background: url(../img/icon_bg_big.png) 0 0 no-repeat;
    float: left;
    margin: 0 0px 11px 0;
    padding: 0 11px 0 0;
    cursor: pointer;
    width: 122px;
    height: 122px;
}

.icon img
{
    margin: 7% 11% 0;
}

.icon div:first-child
{
    margin-top: 10px;
    width: 122px;
    height: 85px;
}

.icon_name
{
    font: bold 12px Georgia, "Times New Roman" ,Times,serif;
    margin-top: 5px;
    text-align: center;
    height: 22px;
}

.icon .cover
{
    display: none;
    background: url(../img/icon_bg_big.png) no-repeat 0 0;
    margin-top: 0px;
    width: 122px;
    height: 122px;
    position: relative;
    top: -122px;
}

.icon_profile
{
    background: url(../img/icon/icon_profile.png) no-repeat center center;
}

.icon_purchase
{
    background: url(../img/icon/icon_purchase.png) no-repeat center center;
}

.icon_finance
{
    background: url(../img/icon/icon_finance.png) no-repeat center center;
}

.icon_hr
{
    background: url(../img/icon/icon_hr.png) no-repeat center center;
}

.icon_fb
{
    background: url(../img/icon/icon_fb.png) no-repeat center center;
}

.icon_otherapp
{
    background: url(../img/icon/icon_other.png) no-repeat center center;
}

.icon_sysadmin
{
    background: url(../img/icon/icon_system.png) no-repeat center center;
}

table.icon_content_warpper
{
    display: none;
    float: left;
    margin-top: 15px;
}

table.icon_content_warpper tr td
{
    background: url(../img/icon_content_bg.png) 0 0 repeat;
}

table.icon_content_warpper tr:first-child td, table.icon_content_warpper tr + tr + tr td
{
    height: 6px;
}

table.icon_content_warpper tr:first-child td:first-child
{
    background: url(../img/icon_content_tl.png) 0 0 repeat;
    width: 6px;
}

table.icon_content_warpper tr:first-child td + td + td
{
    background: url(../img/icon_content_tr.png) 0 0 repeat;
    width: 6px;
}

table.icon_content_warpper tr + tr + tr td:first-child
{
    background: url(../img/icon_content_bl.png) 0 0 repeat;
    width: 6px;
}

table.icon_content_warpper tr + tr + tr td + td + td
{
    background: url(../img/icon_content_br.png) 0 0 repeat;
    width: 6px;
}

.icon_content
{
    display: none;
    float: left;
    padding: 20px 20px 10px;
}

.icon_content div
{
    font: 24px Georgia, "Times New Roman" ,Times,serif;
}

.icon_content p
{
    font: 15px Georgia, "Times New Roman" ,Times,serif;
    margin: 15px 0;
}

.icon_content p span, .icon_content p a
{
    text-decoration: none;
    color: #80bf0e;
}

.icon_content p a:hover
{
    text-decoration: underline;
}

.customise
{
    font: bold 11px Georgia, "Times New Roman" ,Times,serif;
    color: #000;
    float: right;
    margin-top: -35px;
    height: 35px;
    line-height: 35px;
    width: 77px;
    text-align: center;
}

.customise > div:first-child
{
    background: url(../img/customise_bg.png) repeat-x 0 0;
    position: relative;
    z-index: 2;
    height: 35px;
    cursor: pointer;
}

.themes
{
    display: block;
    background: #51575a url(../img/themes_bg.png) repeat-x 0 0;
    position: relative;
    z-index: 1;
    top: -35px;
    right: 0px;
    width: 69px;
    overflow: hidden;
    padding: 10px 0px 0 8px;
    padding: 10px 4px 0;
}

.themes > div
{
    margin-bottom: 10px;
    width: 62px;
    height: 27px;
    cursor: pointer;
}

.themes > div:hover .theme_border
{
    display: block;
}

.theme_border
{
    display: none;
    background: url(../img/theme_border.png) no-repeat 0 0;
    width: 62px;
    height: 27px;
}

.green
{
    background: url(../img/theme.jpg) no-repeat 0 0;
}

.orange
{
    background: url(../img/theme.jpg) no-repeat 0 -27px;
}

.blue
{
    background: url(../img/theme.jpg) no-repeat 0 -54px;
}

.red
{
    background: url(../img/theme.jpg) no-repeat 0 -81px;
}

.lightblue
{
    background: url(../img/theme.jpg) no-repeat 0 -108px;
}

.subpage_content
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    background: #325803 url(../img/homepage_bg_green.jpg) fixed right bottom repeat;
    padding: 20px;
    min-height: 515px;
    overflow: hidden;
}

.nav_wapper_td
{
    background: url(../img/left/nav_bg.png) no-repeat 0 0;
    vertical-align: top;
}

.under_navigation
{
    background: url(../img/left/nav_shadow.png) no-repeat right 0;
    float: left;
    width: 187px;
    height: 520px;
    position: relative;
    left: -187px;
}

.nav_wapper
{
    float: left;
    width: 187px;
}

.navigation
{
    overflow: hidden;
    padding: 20px 14px;
    margin: 0;
    min-height: 470px;
}

.nav_bottom
{
    background: url(../img/left/nav_bottom.png) repeat 0 0;
    height: 5px;
}

.nav_header
{
    font: bold 18px Georgia, "Times New Roman" ,Times,serif;
    color: #8abc00;
    margin-bottom: 10px;
}

ul.normal_menu li
{
    margin-bottom: -2px !important;
}

ul.normal_menu li, ul.menu li div
{
    margin-bottom: 1px;
    cursor: pointer;
    width: 153px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8abc00',endColorstr='#628500')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#628500),color-stop(1,#8abc00));
}

ul.menu li a
{
    display: block;
    background: url(../img/left/add_minus.png) no-repeat 130px 10px;
    text-decoration: none;
    padding: 8px 0 8px 5px;
    font: bold 12px Georgia, "Times New Roman" ,Times,serif;
    color: #fff;
}

ul.normal_menu li a
{
    background: none;
}

ul.normal_menu li:hover, ul.menu li:hover div
{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#455e00',endColorstr='#304200')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#304200),color-stop(1,#455e00));
}

ul.menu li li
{
    margin-bottom: 1px;
    margin-bottom: -2px;
    cursor: pointer;
    width: 153px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#868686',endColorstr='#626262')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#626262),color-stop(1,#868686));
}

ul.menu li ul
{
}

ul.menu li li a
{
    display: block;
    padding-left: 17px;
    background: url(../img/left/menu_arrow.png) no-repeat 7px center;
}

ul.normal_menu .current_menu, ul.menu .current_menu div
{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5d6467',endColorstr='#2f3031')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2f3031),color-stop(1,#5d6467));
}

ul.normal_menu .current_menu a
{
    background: url(../img/left/menu_arrow2.png) 140px center no-repeat;
}

ul.normal_menu .current_menu:hover, ul.menu .current_menu:hover div
{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5d6467',endColorstr='#2f3031')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2f3031),color-stop(1,#5d6467));
}

ul.menu ul
{
    display: none;
}

ul.menu .current_menu ul
{
}

ul.menu .current_menu div a
{
    background-position: 130px -12px;
}

ul.menu li li a
{
    font-weight: normal;
}

ul.menu .current_submenu a
{
    font-weight: bold;
    color: #bfe200;
}

.subpage_right td
{
    background: url(../img/white_bg.png) repeat 0 0;
    vertical-align: top;
}

.subpage_right tr td:first-child
{
    padding-left: 28px;
}

.subpage_right tr:first-child td:first-child
{
    background: url(../img/subpage_right_top.png) repeat-x 0 0;
    font: bold 16px Georgia, "Times New Roman" ,Times,serif;
    padding-top: 20px;
    height: 31px;
}

.subpage_right .t_r_td
{
    background: url(../img/subpage_right_tr.png) no-repeat 0 0;
    width: 5px;
    height: 51px;
}

.subpage_right td[title="Data"]
{
    height: 459px;
}

.data_table
{
    margin: 0 0 20px;
}

.data_table th
{
    font: bold 12px Georgia, "Times New Roman" ,Times,serif;
    padding: 5px 0;
    width: 90px;
}

.data_table th:first-child
{
    text-align: left;
    padding-left: 10px;
    width: 130px;
}

.data_table tr td[colspan="1"]
{
    font: normal 12px Georgia, "Times New Roman" ,Times,serif;
    background: none;
    text-align: center;
    padding: 5px 0;
    width: 90px;
}

.data_table tr td
{
    font: normal 12px Georgia, "Times New Roman" ,Times,serif;
    background: none;
    text-align: center;
    padding: 5px 0;
    width: 90px;
}

.data_table tr td a
{
    font: normal 12px Georgia, "Times New Roman" ,Times,serif;
    color: #325804;
    text-decoration: none;
}

.data_table tr td a:hover
{
    text-decoration: underline;
}

.data_table tr + tr + tr td + td
{
    background: none;
}

.data_table tr td:first-child
{
    text-align: left;
    padding-left: 10px;
    width: 130px;
}

.wrapper_table_corner_tr td
{
    background: url(../img/white_bg.png) repeat 0 0;
    height: 5px;
}

.wrapper_table_corner_tr td:first-child
{
    background: url(../img/left/nav_bottom.png) no-repeat 0 0;
    width: 187px;
    height: 5px;
}

.wrapper_table_corner_tr td + td + td
{
    background: url(../img/subpage_right_br.png) no-repeat 0 0;
    width: 5px;
    height: 5px;
}

td[colspan="2"]
{
    vertical-align: top;
}

.subpage_main
{
    background: url(../img/left/nav_bg.png) no-repeat 0 0;
    overflow: hidden;
    min-width: 920px;
    min-height: 510px;
    _width: 920px;
    _height: 510px;
    height: 900px;
    width: expression(document.body.clientWidth < 600? "600px": "auto" );
}

.subpage_content_right
{
    float: left;
    width: 733px;
}

.subpage_right_top
{
    background: url(../img/subpage_right_top.png) repeat-x 0 0;
    font: bold 16px Georgia, "Times New Roman" ,Times,serif;
    height: 31px;
    padding: 20px 0 0 28px;
    float: left;
    min-width: 700px;
    _width: 700px;
    height: 31px;
}

.subpage_right_tr
{
    background: url(../img/bg.png) no-repeat 0px -5px;
    float: left;
    width: 5px;
    height: 51px;
}

.subpage_right_main
{
    background: url(../img/white_bg.png) repeat 0 0;
    float: left;
    min-width: 733px;
    _width: 733pxmin-height:459px;
    _height: 459px;
    height: 900px;
}

.subpage_bottom_nav
{
    background: url(../img/bg.png) no-repeat 0 0;
    float: left;
    width: 187px;
    height: 5px;
}

.subpage_bottom_middle
{
    background: url(../img/white_bg.png) repeat 0 0;
    float: left;
    min-width: 728px;
    _width: 728px;
    height: 5px;
}

.subpage_bottom_right
{
    background: url(../img/bg.png) no-repeat -5px -5px;
    float: left;
    width: 5px;
    height: 5px;
    margin-right: -5px;
}

.content_wrapper
{
    padding: 0 28px;
}

.content_wrapper2
{
    padding: 0 5px;
}

.corner_middle label
{
    background: url(../img/colon.png) no-repeat right center;
    display: block;
    font: normal 12px/18px Georgia, "Times New Roman" ,Times,serif;
    margin-right: 5px;
    float: left;
}

#remarks
{
    width: 225px;
    height: 68px;
    float: left;
}

#other
{
    position: relative;
    top: -25px;
    width: 170px;
}

#clear_other
{
    position: relative;
    top: -25px;
}

.grey_btn
{
    font: bold 12px Georgia, "Times New Roman" ,Times,serif;
    color: #fff;
    border: none;
    background-color: #7d8487;
    padding-bottom: 2px;
    padding-bottom: 0px;
    width: 77px;
    height: 21px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .grey_btn
    {
        padding-bottom: 0px;
    }
}

.green_btn
{
    font: bold 12px Georgia, "Times New Roman" ,Times,serif;
    color: #fff;
    border: none;
    background-color: #79a500;
    padding-bottom: 2px;
    width: 77px;
    height: 21px;
}

#attachments_text
{
    position: relative;
    z-index: 1;
    width: 270px;
    margin-left: 10px;
    margin: 0px; /*ie7*/
}

#attachments_btn
{
    position: relative;
    z-index: 1;
}

#attachments_file
{
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
    width: 358px;
    top: -21px;
    left: 100px;
}

#for_other
{
    background-position: right 7px;
    height: 42px;
}

.avatar
{
    float: left;
}

.avatar img
{
    margin-right: 20px;
}

.subpage_right_top_cf
{
    float: right;
    margin: 5px 30px 0 0;
    margin-top: -15px;
    font-size: 12px;
    font-weight: normal;
}

.redstar
{
    color: red;
}

.date_icon
{
    float: left;
    margin: 2px 0 0 5px;
}

.attach_icon
{
    float: left;
    margin: 3px 0 0 15px;
}

.data_table th.th1
{
    text-align: left;
    padding-left: 10px;
    width: 170px;
}

.grey_btn:hover
{
    background-color: #565b5d;
}

.green_btn:hover
{
    background-color: #608201;
}

.data_table_1
{
    margin: 0 0 20px;
    width: 100%;
}

.data_table_1 th
{
    font: bold 12px Georgia, "Times New Roman" ,Times,serif;
    padding: 5px 0;
    color: #325804;
}

.data_table_1 th:first-child
{
    text-align: left;
    padding-left: 10px;
}

.data_table_1 tr td
{
    font: normal 12px Georgia, "Times New Roman" ,Times,serif;
    background: none;
    text-align: center;
    padding: 5px 0;
}

.data_table_1 tr td:first-child
{
    text-align: left;
    padding-left: 10px;
}

.subpage_right_main label
{
    font-weight: bold;
}

.none
{
    display: none;
}

#navbar .left_nav, #navbar .right_nav
{
    margin: 2px 0;
    overflow: hidden;
    text-indent: -2000px;
    width: 20px;
}
#navbar .leftbg
{
    left: 0;
}
#navbar .rightbg
{
    right: 0;
}
#navbar .system_button
{
    height: 27px;
    margin: 0 3px;
    width: 27px;
}
#navbar .system_button:hover
{
    background-position: -156px -98px;
}
.mac #navbar .system_button
{
    background-position: -186px -98px;
}
.mac #navbar .system_button:hover
{
    background-position: -216px -98px;
}
.linux #navbar .system_button
{
    background-position: -246px -98px;
}
.linux #navbar .system_button:hover
{
    background-position: -276px -98px;
}
#navbar .nav_current_1 .indicator_icon_1
{
    background-position: -140px -132px;
}
#navbar .nav_current_2 .indicator_icon_2
{
    background-position: -180px -132px;
}
#navbar .nav_current_3 .indicator_icon_3
{
    background-position: -220px -132px;
}
#navbar .nav_current_4 .indicator_icon_4
{
    background-position: -260px -132px;
}
#navbar .nav_current_5 .indicator_icon_5
{
    background-position: -300px -132px;
}
.indicator_icon_bg
{
    display: none;
    height: 26px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 26px;
    z-index: 1;
}
#navbar .nav_current_1 .indicator_1 .indicator_icon_bg, #navbar .nav_current_2 .indicator_2 .indicator_icon_bg, #navbar .nav_current_3 .indicator_3 .indicator_icon_bg, #navbar .nav_current_4 .indicator_4 .indicator_icon_bg, #navbar .nav_current_5 .indicator_5 .indicator_icon_bg
{
    background-position: -354px -154px;
    display: block;
}
