/*----------------------------------------------
 |  menulist.css |
 |---------------
 |  The menulist elements
 *---------------------------------------------*/
h1#navheadline span {
  display: none;
}

h1#navheadline {
  display: none;
} 

div#navcontainer {
  width: 760px;
  height: 34px;
  padding-top:2px;
  text-transform:uppercase;

}

div#navcontainer ul {
  padding: 0px;
  margin: 0px;
}


div#navcontainer ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  height:30px;
  background-image: url(../images/button_right.gif);
  background-position: top right;
  background-repeat: no-repeat;
}


div#navcontainer ul li#currentli {
  background-image: url(../images/button_right_active.gif);
  background-position: top right;
  background-repeat: no-repeat;
}


div#navcontainer ul li a {
  float:left;
  text-decoration: none;
  background-image: url("../images/button_left.gif");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left:15px;
  padding-right:15px;
  display: block;
  height:24px;
  padding-top:6px;
  font-size: 12px;
  font-family:Arial;
  color:#394347;
}
div#navcontainer ul li a#currenthref {
  text-decoration: none;
  background-image: url("../images/button_left_active.gif");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left:15px;
  padding-right:15px;
  color:#394347;
}

div#navcontainer ul li a:hover {
}
