/* CSS Document */

#header {
font-family:Verdana;
  float:left;
  width:100%;
  font-size:7.5pt;
  line-height:normal;
  margin-bottom: -1px;
    margin-left: 0px;


  }
#header ul {
  margin:0px;
  padding:0px 0px 0;
  list-style:none;
  }
#header li {
  float:right;
  background:url(../img/left_both.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:0px solid RED;
  white-space: nowrap;
}


#header a {
  float:left;
  display:block;
  width:.1em;
  background:url(../img/right_both.gif) no-repeat right top;
  padding:5px 12px 4px 1px;
  text-decoration:none;
  font-weight:bold;
  color:#333333;

}

#header > ul a {width:auto;}
#header a {float:none;}
#header a:hover {
  color:#333333;
  }
#header li.selected {
  background-position:0 -150px;
  border-width:0;
  }
#header li.selected a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#235F26;
  font-weight:bold;
  }
#header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#235F26;
  font-weight:bold;
  }
#header li:hover a {
  background-position:100% -150px;
  }
/*
#menuList li.selected ul.submenu {
    display: inline;
    left: -9px;
    position: absolute;
    top: 27px;
}

#menuList li.selected ul.submenu a {
    background: none;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 4px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #333 !important;
}

#menuList li.selected ul.submenu a:hover {
    color: #333 !important;
}

#menuList ul.submenu {
    display: none;
    width: 90%;
}

#menuList li.selected ul.submenu li {
	background: none;
	border-bottom: 0;
	white-space: nowrap;
	padding:0;
}*/