div#headlogo {
  width: 100%;
  height: 80px;
  min-height: 80px;
  border: none;
  border-bottom: 1px solid #8D97A0;
  background-color: #63717C;
}

div#headspacer {
  height: 20px;
  min-height: 20px;
  width: 100%;
  background-color: #6D7E8B;
}

div#headmenu {
  width: 100%;
  background: #6D7E8B url('img/head-bg.gif') repeat-x;
  height: 41px;
  border: none;
  border-bottom: 1px solid #F8DBB3;
}

div#headlang {
  position: relative;
  float: left;
  width: 90px;
  height: 25px;
  text-align: center;
  padding-top: 15px;
  /height: 25px;
}

div.headitem {
  position: relative;
  white-space: nowrap;
  float: left;
  border: none;
  height: 40px;
  w__idth: 120px;
  padding-right: 8px;
  border-top: 1px solid #F8DBB3;
  /border-top: none;
  border-left: 1px dotted #F8DBB3;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-right: 1px dotted #F8DBB3;
  /border-right: none;
  padding-left: 5px;
  margin-left: 5px;
  /margin-left: 0px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  vertical-align: middle;
  /width: auto;
  /padding-right: 6px;
}

div.headitemactive {
  position: relative;
  white-space: nowrap;
  float: left;
  border: none;
  height: 40px;
  w__idth: 120px;
  padding-right: 8px;
  border-top: 1px solid #F8DBB3;
  border-left: 1px dotted #F8DBB3;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-right: 1px dotted #F8DBB3;
  /border-right: none;
  padding-left: 5px;
  margin-left: 5px;
  /margin-left: 0px;
  overflow: hidden;

  background-color: #E3972C;
  border-bottom: 1px solid #E3972C;
  /border-bottom: none;
  /border-top: 1px solid #E3972C;
  cursor: pointer;
  vertical-align: middle;
  /width: auto;
  /padding-right: 6px;
}

div.headitem:hover {
  background-color: #E3972C;
  border-bottom: 1px solid #E3972C;
  /border-bottom: none;
}

div#headitemclose {
  position: relative;
  float: left;
  border: none;
  height: 40px;
  width: 20px;
  border-bottom: none;
  /border-left: 1px dotted #F8DBB3;
}

a.headitemright {
  color: white;
  text-decoration: none;
}

a.headitemright:hover{
}

div.headitemright {
  margin-right: 3px;
  color: #AFB7C0;
  position: relative;
  float: left;
  border: none;
  height: 40px;
  border-bottom: none;
}

img.headicon {
  padding-top: 5px;
  padding-right: 5px;
  border: none;
  float: left;
  vertical-align: middle;
}

p.headtext {
  margin-top: 12px;
  white-space: nowrap;
}

p.head {
  margin: 0px;
  padding: 0px;
}

a.head {
  border: none;
  color: white;
  text-decoration: none;
}

a.head:hover {
  border: none;
  color: white;
}

div#headbottom {
  background: #2F3D40 url('img/scmenuhead.gif') repeat-x;
  width: 100%;
  border: none;
}

p#headbottomnav {
  color: white;
  fo_nt-weight: bold;
  padding: 3px;
  font-size: 0.9em;
}

a.headbottomnav {
  border: none;
  color: white;
  text-decoration: none;
}

a.headbottomnav:hover {
  border: none;
  color: white;
  text-decoration: underline;
}

div#headshade {
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 8px;
  float: none;
  background: transparent url('img/shade8v.png') repeat-x;
  z-index: 99;
}