/* Start of CMSMS style sheet '02_Spring_Header' */
#page_header {
  height: 140px;
  background: #FFFFFF url('/images/header2.jpg') bottom left no-repeat;
  clear: both;
}

#page_header a {
  display: block;
  width: 100%;
  height: 100%;
}

#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-size: 24px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-size: 12px;
  color: #D5D0B0;
  line-height:22px;
}

#menu_bar {
  font-size:12px;
  font-weight:bold;
  text-transform: uppercase;
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF url('/images/top-bg.gif') bottom left no-repeat;
}

div.menucontainer {
  padding: 0px;
  margin:0px;
  background-color: #C86000;
  background: url('/images/bar4.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  height:26px;
}

/************  MENU ***************/
.ddmx {
    font: 11px tahoma;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    font: 12px arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 20px;
    border-right: 1px solid #000000;
}
.ddmx .item1,
.ddmx .item1:visited {
    color: #FFFFFF;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
    color: #000000;
    background: url('/images/bar_bg_hover3.gif') bottom left repeat-x;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2,
.ddmx .item2:visited {
    color: #FFFFFF;
    background: #739240;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #000000;
    background: #FEF6DF;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
/* End of '02_Spring_Header' */

