#phxheader {
    background: url("/root/global/includes/corporate-header-footer-and-tag/images/usps_about_nav_bg.gif") repeat-x scroll 0 0 #FFFFFF;
}

#phxheader #navigation-container {
    height: 41px;
}

#phxheader #navigation {
    margin: 0 auto;
    width: 960px;
    height: 41px;
}

#phxheader .hide-fromsighted {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -4000px;
    width: 1px;
}

#phxheader #navigation ul#navigation-list {
    display: block;
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 transparent;
    float: left;
    left: -9px;
    padding-top: 1px;
    position: relative;
    z-index: 99999;
    list-style: none outside none;
}

#phxheader #navigation li {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    float: left;
    margin-right: 5px;
    position: relative;
    z-index: 400;
    left: 0;
}

#phxheader #navigation li.current h3 {
    background-position: 0 -82px;
}

#phxheader #navigation li.hover h3 {
    background-position: 0 0;
    color: #2F6FA9;
}

#phxheader #navigation h3 {
    background: url("/root/global/includes/corporate-header-footer-and-tag/images/aboutnav_over_sprite.gif") no-repeat scroll left -9000px transparent;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    height: 41px;
    line-height: 41px;
    text-indent: 2px;
    text-shadow: none;
    margin: 0;
    padding: 0;
}

#phxheader #navigation h3 a {
    background: url("/root/global/includes/corporate-header-footer-and-tag/images/aboutnav_over_sprite.gif") no-repeat scroll right -205px transparent;
    color: #FFFFFF;
    display: block;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 22px;
    text-decoration: none;
}

#phxheader #navigation li.current h3 a {
    background-position: right -123px;
}

#phxheader #navigation li.hover h3 a {
    background-position: right -41px;
    color: #2F6FA9;
}

#phxheader #navigation .dropdown {
    height: 0;
    left: -3px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 218px;
}

#phxheader #navigation .dropdown .list-wrapper {
    background: url("/root/global/includes/corporate-header-footer-and-tag/images/blunav_drpdwn_bg_repeat.png") repeat-y scroll 0 0 transparent;
    padding-top: 20px;
}


#phxheader #navigation li li {
    background: none repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    float: none;
    margin-left: 5px;
    margin-right: 0;
    position: static;
    width: 210px;
}

#phxheader #navigation li ul {
		margin: 0;
		padding: 0;
}

#phxheader #navigation li li a {
    background: url("/root/global/includes/corporate-header-footer-and-tag/images/aboutnav_over_sprite.gif") no-repeat scroll -9000px 0 transparent;
    color: #555555;
    display: block;
    font-size: 12px;
    height: 22px;
    letter-spacing: -0.3px;
    line-height: 22px;
    padding-left: 6px;
    position: relative;
    text-decoration: none;
    width: 202px;
    font-family: Arial;
}

#phxheader #navigation li li a:hover, #navigation li li a:focus {
    background-position: 0 -164px;
    color: #FFFFFF;
}    

#phxheader #navigation .dropdown .nav-dd-cap {
    background: url("/root/global/includes/corporate-header-footer-and-tag/images/blunav_drpdwn_endcap.png") no-repeat scroll 0 0 transparent;
    height: 14px;
}

#phxheader #search-form {
    float: right;
    height: 27px;
    right: 0;
    width: 232px;
    background: url("/root/global/includes/corporate-header-footer-and-tag/images/usps_about_searchbar.gif") no-repeat scroll right top transparent;
    margin-top: 6px;
}

#phxheader #search-form form{
    margin: 0;
    padding: 0;
}

#phxheader #search-form input#search-text {
    float: left;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-family: Arial;
    color: #636363;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    width: 190px;
    margin: 5px 0 0 5px;
    padding: 0;
    vertical-align: middle;
}

#phxheader #search-form input#search-btn {
    float: right;
    height: 27px;
    width: 30px;
}

#phxheader #uspsaboutlogo {
    margin: 0 auto;
    width: 960px;
}

#phxheader #uspsaboutlogo .left {
    float: left;
    width: 960px;
    margin: 34px 0 20px -1px;
}
#phxheader #uspsaboutlogo .clear {
    clear: both;
}
#phxheader #uspsaboutlogo a img {
    border: medium none;
}

#phxheader :focus {
    outline: 0 none;
}