#nav-bar
{
    position: relative;
    display: block;
    width: auto;
    height: 36px;
    margin: 18px auto;
    text-align: left;
    z-index: 9998;
    background: url(/images/globalheader.png) repeat-x;
    -khtml-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
    -ms-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
    -o-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
}

@media only screen and (max-device-width:768px)
{
    #nav-bar
    {
        z-index: 1;
    }

        #nav-bar.searchmode
        {
            z-index: 9999;
        }
}

#nav-bar #menu
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 0px;
    zoom: 1;
    z-index: 3;
}

    #nav-bar #menu ul
    {
        list-style: none;
    }

    #nav-bar #menu li
    {
        display: inline;
        line-height: 36px;
    }

        #nav-bar #menu li a
        {
            text-shadow: -1px -1px #4f4f4f;
            font-size: 1.1em;
            color: #fff;
            float: left;
            overflow: hidden;
            cursor: pointer;
            background: url(/images/a-border.png) no-repeat;
            background-position: center right;
            text-decoration: none;
        }

            #nav-bar #menu li a.home
            {
                border-bottom-left-radius: 5px;
                border-top-left-radius: 5px;
                background: url(/images/hin_tha_a.png) no-repeat;
                background-position: center right;
                color: transparent;
                height: 35px;
                vertical-align: middle;
                width: 130px;
            }

                #nav-bar #menu li a.home:hover
                {
                    border-bottom-left-radius: 5px;
                    border-top-left-radius: 5px;
                    background: url(/images/hin_tha_hover.png) no-repeat;
                    background-position: center right;
                    color: transparent;
                    height: 35px;
                    vertical-align: middle;
                    width: 130px;
                }

            #nav-bar #menu li a.home-current
            {
                border-bottom-left-radius: 5px;
                border-top-left-radius: 5px;
                background: url(/images/hin_tha_hover.png) no-repeat;
                background-position: center right;
                color: transparent;
                height: 35px;
                vertical-align: middle;
                width: 130px;
            }

                #nav-bar #menu li a.home-current:hover
                {
                    cursor: default;
                }

            #nav-bar #menu li a.aboutus
            {
                padding: 0px 30px;
            }

            #nav-bar #menu li a.import
            {
                padding: 0px 20px;
            }

            #nav-bar #menu li a.logistics
            {
                padding: 0px 35px;
            }

            #nav-bar #menu li a.distribution
            {
                padding: 0px 25px;
            }

            #nav-bar #menu li a.products
            {
                padding: 0px 30px;
            }

            #nav-bar #menu li a.automobile
            {
                padding: 0px 28px;
            }

            #nav-bar #menu li a.contactus
            {
                padding: 0px 32px;
                padding-left:33px;
                border-bottom-right-radius: 5px;
                border-top-right-radius: 5px;
                background: none;
            }

            #nav-bar #menu li a:hover
            {
                background-color: #585858;
                text-decoration: none;
            }

            #nav-bar #menu li a.current
            {
                background-color: #4F4F4F; /*585858 3D3D3D*/
                text-decoration: none;
            }

                #nav-bar #menu li a.current:hover
                {
                    cursor: default;
                }
