.IconBarLink
{
    color: #3D3D3D;
    font-size: 12px; /*position:relative;*/
    top: -4px;
    text-decoration: none;
}

    .IconBarLink:hover
    {
        text-decoration: underline;
    }

.GreenHeader
{
    color: #14710C;
   font-size: 22px;
    font-weight: bold;
}

.filler LI:hover
{
    background: #c3dcf2;
    z-index: 113;
}


/*=======================================================================================================================*/
#nav
{
    /*list-style: none;
    line-height: 1;*/
    
    font-weight: bold;
    position: relative;
    z-index: 50;
    /*padding-top:2px;*/
    width: 980px;
    height: 42px;
}

    #nav ul
    {
        list-style: none;
        line-height: 1;
        width: 1050px;
        margin-top: 3px;
    }

        #nav ul a
        {
            display: block;
            color: #FFF;
            text-decoration: none;
            padding: 1em 2.5em 1em 1.3em;
            cursor: default;
        }

        #nav ul li
        {
            float: left;
            background: url(/images/header/menu-divider.png) center right no-repeat;
        }

            #nav ul li ul li
            {
                padding-top: 0px;
                padding-bottom: 0px;
                background: #FFF;
                padding-right: 0em;
                width: 150px; /*width*/
                text-align: left;
            }

                #nav ul li ul li a
                {
                    padding: 0.25em 1em;
                    color: #666;
                    cursor: pointer;
                }

            #nav ul li ul
            {
                position: absolute;
                left: -999em;
                width: 350px;
                background-color: #fff;
                border-left: solid 0px #E2E2E2;
                border-right: solid 0px #E2E2E2;
                border-bottom: solid 0px #E2E2E2;
                font-weight: normal;
                border-width: 1px;
                margin: 0px 0px 0px 0px;
            }

                #nav ul li ul a
                {
                    white-space: nowrap;
                }

                /*#nav ul li ul ul
                {
                    margin: -1.75em 0 0 14em;
                }*/

    /*#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
    {
        left: -999em;
    }*/

    #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
    {
        left: auto;
    }


    #nav li:hover, #nav li.sfhover
    {
        color: #002E19;
        background-color: #FFF;
    }

    /*#nav li a:hover
    {
        color: #002E19;
        background-color: #FFF;
    }*/

    /*#nav li li a:hover
    {
        color: #002E19;
        text-decoration: underline;
    }*/

    #nav li li:hover, #nav li li.sfhover
    {
        color: #000;
        text-decoration: underline;
        font-weight: bold;
    }


@media only screen and (max-width : 480px)
{
    #nav
    {
        border-bottom: 0;
    }

        #nav ul
        {
            display: none;
            height: auto;
        }

        #nav a#pull
        {
            display: block;
            background-color: #283744;
            width: 100%;
            position: relative;
        }

            #nav a#pull:after
            {
                content: "";
                background-color: #283744;
                background: url('/images/header/pi_100_icon.jpg') no-repeat;
                width: 30px;
                height: 30px;
                display: inline-block;
                position: absolute;
                right: 15px;
                top: 10px;
            }
}

.clsClearance
{
    cursor: hand;
    /*background-color:#B70E25;*/
}

.clsInClearance
{
    cursor: hand;
    background-color: #B70E25;
    color: fff;
}
/*=======================================================================================================================*/


.autocomplete-w1
{
    background: url(/images/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete
{
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected
    {
        background: #F0F0F0;
    }

    .autocomplete div
    {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    .autocomplete strong
    {
        font-weight: normal;
        color: #3399FF;
    }

.headerBg
{
    background-image: url(/images/Header/bar4_2-.png);
    background-repeat: repeat-x;
    background-position: center;
    height: 185px;
}

.headerSearchOuterBg
{
    background-image: url(/images/Pi_leftbg.jpg), url(/images/blue_pattern.jpg);
    background-repeat: no-repeat,repeat-x;
    background-position: left top, bottom right;
}

.SearchControlBg
{
    background-image: url(/images/blue_pattern.jpg);
    background-repeat: repeat-x;
    background-position: center;
}



/*=======================================================================================================================*/


#navi, #navi ul
{
    float: left;
    width: 66em;
    list-style: none;
    line-height: 1.4;
    background: white;
    font-weight: bold;
    padding: 0;
    border: solid #E2E2E2;
    border-width: 1px 0;
    margin: 0 0 1em 0;
    font-size: 12px;
    column-count: 5;
    -moz-column-count: 5;
    -webkit-column-count: 5;
}

    #navi a
    {
        display: block;
        color: #0364ba;
        text-decoration: none;
        padding: 0.25em 2em;
        width: 170px;
    }

        #navi a.daddy
        {
            padding: 0.4em 1em;
        }

    #navi li
    {
        float: left;
        padding: 0;
        width: 13em;
        /*margin-top: 2px;
	margin-bottom: 2px;*/
    }

        #navi li ul
        {
            position: absolute;
            left: -999em;
            width: 280px;
            font-weight: normal;
            border-width: 2px;
            margin: 0;
        }

        #navi li li
        {
            padding-right: 1em;
            width: 19.5em;
        }

        #navi li ul a
        {
            white-space: nowrap;
            width: 18.5em;
            /*margin-top: 2px;
	margin-bottom: 2px;*/
            text-decoration: none;
        }

        #navi li ul ul
        {
            margin: -1.75em 0 0 16.7em;
        }

        #navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul
        {
            left: -999em;
        }

        #navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul
        {
            left: auto;
        }

        #navi li:hover, #navi li.sfhover
        {
            /*background: #eda;*/
            text-decoration: underline;
        }

/*=======================================================================================================================*/
