.subheader {
  background: url("") #aa0000 0 top repeat-x;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  border-top: 1px solid #730000;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3); }
  .subheader .menu a {
    color: #ECE0C8 !important; }
  .subheader .menu li.current-menu-item > a,
  .subheader .menu li.current-menu-parent > a,
  .subheader .menu li.hover > a,
  .subheader .menu li a:hover {
    color: #FFFFFF !important; }
  .subheader .menu > ul > li {
    float: left;
    line-height: 42px;
    margin-right: 36px; }
    .subheader .menu > ul > li ul {
      background-clip: 0px !important;
      background-color: #aa0000;
      background-image: none;
      background-origin: padding-box;
      background-position: 0 0;
      background-repeat: repeat-x;
      background-size: auto auto; }
    .subheader .menu > ul > li > ul {
      border-top-width: 0;
      border-bottom: 0px;
      left: -15px;
      top: 42px; }
  .subheader .menu ul ul {
    min-width: 180px !important; }
    .subheader .menu ul ul li {
      background-image: none;
      border-bottom: 1px solid #870000; }
    .subheader .menu ul ul ul li {
      background-image: none;
      border-bottom: none !important; }

.supheader {
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-size: auto auto;
  background-attachment: scroll;
  background-color: transparent;
  background: url("../images/header-bg.jpg") center 0 repeat-x;
  padding: 20px 0; }
