﻿.header_FJNX {
    height: 120px;
    background-position: 0px;
    background: url(images/nxbanner.jpg) no-repeat;
}


.navBar_FJNX
{
    height: 32px;
    background-color:#E8ECEF;
}
.navBar_FJNX .nav
{
    margin-top:4px;
    line-height: 28px;
    float:left;
    height: 28px;
    width:1000px;
    overflow: hidden;
    background: url(images/sprites_jpg.jpg) repeat 0 -75px;
}
.navBar_FJNX .nav a
{
    padding: 0 12px 0 16px;
    color: #444;
    font-size: 12px;
    text-decoration: none;
    
    float: left;
}
.navBar_FJNX .nav a:hover
{
    text-decoration: underline;
}
.navBar_FJNX .nav .firstNode
{
    margin-left:8px;
    background: none transparent scroll repeat 0% 0%;
}
.navBar_FJNX .rightS
{
    width: 8px;
    display: block;
    float: right;
    height: 32px;
    overflow: hidden;
    background: url(images/sprites_jpg.jpg) no-repeat right -75px;
}
.navBar_FJNX .search
{
    float: right;
    display: inline;
    width: 128px;
    height: 20px;
    margin: 6px 2px 0 0;
    overflow: hidden;
}
.navBar_FJNX .search .textBox
{
    background: url(images/sprites.gif) no-repeat right -287px;
    width: 106px;
    height: 20px;
    line-height: 21px;
    text-indent: 4px;
    padding: 2px 0 0 0;
    border: none;
    line-height: 18px;
    color: #727171;
    float: left;
}
.navBar_FJNX .search .btn
{
    background: url(images/sprites.gif) no-repeat left -5px;
    width: 22px;
    height: 20px;
    border: none;
    text-indent: -100em;
    cursor: pointer;
    float: left;
}