/*  NYC - Business - Subheader
    -------------------
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */
@media screen and (min-width: 460px) {
  .subheader .main-title {
    margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  .subheader .main-title.span9 {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .subheader ul.subheader-links.span3 {
    width: 100%; } }
.subheader ul.subheader-links {
  margin: 20px 0 0 20px !important;
  text-align: right;
  right: 20px; }
  @media screen and (max-width: 767px) {
    .subheader ul.subheader-links {
      position: relative;
      text-align: left; } }
  .subheader ul.subheader-links li {
    margin: auto 3px; }
  .subheader ul.subheader-links .arrow-down {
    border-top: 5px solid #fff !important; }
.subheader .breadcrumbs-with-secondary-links {
  margin-bottom: 20px;
  font-weight: bold; }
  .subheader .breadcrumbs-with-secondary-links .subheader-links {
    position: absolute;
    display: inline;
    right: 20px; }

.ie7 .subheader ul.subheader-links .arrow-down {
  height: 5px; }

/* Account Nav */
.subheader-links {
  position: relative; }
  .subheader-links .sub-nav {
    display: none;
    position: absolute;
    z-index: 1000;
    background: url("../../../../static/img/global/business/a-nav-up.png") no-repeat -2px 0 transparent; }
    @media screen and (max-width: 479px) {
      .subheader-links .sub-nav {
        left: -19px; } }
    @media (min-width: 481px) and (max-width: 767px) {
      .subheader-links .sub-nav {
        left: -19px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .subheader-links .sub-nav {
        left: -22px; } }
    @media screen and (min-width: 980px) {
      .subheader-links .sub-nav {
        left: 15px; } }
    .subheader-links .sub-nav ul {
      background-color: #fff;
      margin: 18px 0 0 0 !important;
      padding: 5px 0 10px 0;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      width: 217px;
      float: left; }
      .subheader-links .sub-nav ul li {
        margin: 0 !important;
        float: left;
        clear: left;
        width: 100%; }
        .subheader-links .sub-nav ul li a, .subheader-links .sub-nav ul li a:link {
          float: left;
          margin: 0;
          padding: 5px 15px;
          font-size: 16px;
          color: #111 !important; }
      .subheader-links .sub-nav ul li.hr {
        border-bottom: 1px solid #e5e5e5;
        display: block;
        width: 80%;
        margin-left: 20px !important;
        float: left; }
      .subheader-links .sub-nav ul li:hover {
        background-color: #efefef !important;
        cursor: pointer; }

.lt.ie8 .subheader-links {
  position: relative !important;
  z-index: 112000 !important; }

.lt-ie8 .sub-nav {
  position: absolute;
  z-index: 10000 !important;
  top: 30px;
  left: 15px; }

/*
.title-bar {
	z-index: 1 !important;
}
.sidebar-actions {
	z-index: 1 !important;
}
*/
