/*----------------------------------------------
 |  menulist.css |
 |---------------
 |  The menulist elements
 *---------------------------------------------*/

div#navcontainer {
  width: 840px;
  border-top: 1px solid #EAEAEA;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  height: 59px;
}

div#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#navcontainer ul li {
  margin: 0;
  padding: 0;
  float: left;
}

div#navcontainer ul li a {
  display: block;
  width: 102px;
  height: 42px;
  background-image: url(../images/menu-bg-off.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #525252;
  text-decoration: none;
  text-align: center;
  padding-top: 17px;
  padding-right: 3px;
}

div#navcontainer ul li a:hover {
  background-image: url(../images/menu-bg-on.gif);
  color: White;
  text-decoration: none;
}

div#navcontainer ul li a#currenthref {
  background-image: url(../images/menu-bg-on.gif);
  color: White;
  text-decoration: none;
}