/*----------------------------------------------
 |  menulist.css |
 |---------------
 |  The menulist elements
 *---------------------------------------------*/

div#navcontainer {
  width: 850px;
  border-top: 1px solid #EAEAEA;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  height: 59px;
}

* html div#navcontainer {
    width: 854px; 
}

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: #B2334B;
  text-decoration: none;
  text-align: center;
  padding-top: 17px;
  padding-right: 3px;
  text-transform:uppercase;
  font-weight:bold;
}
* html div#navcontainer ul li a {
  width: 103px;
}

div#navcontainer ul li a:hover {
  background-image: url(../images/menu-bg-on.gif);
  color: White;
  text-decoration: none;
  height:41px;
}

div#navcontainer ul li a#currenthref {
  background-image: url(../images/menu-bg-on.gif);
  color: White;
  text-decoration: none;
  height:41px;
}