
#menu
{
  position: absolute;
  top: 468px;
  left: 234px;
  width: 605px;
  height: 75px;
}

/* IE 6 */
* html #menu { top: 461px; }

/* IE 7 */
*:first-child+html #menu { top: 461px; }

#menu ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: normal normal bold 8pt arial;
}

#menu li
{
  position: relative;
  float: left;
  margin-left: 0px;
}

a.mhead
{
  position: absolute;
  display: block;
  width: 90px;
  padding: 4px;
  padding-left: 6px;
  text-decoration: none;
  color: rgb(182, 220, 174);
  background: rgb(0, 166, 81);
}

a.mhead:hover
{
  color: white;
}

div.undertext
{
  position: absolute;
  display: none;
  height: 52px;
  /*   width: 200px; */
  width: 100px;
  background: rgb(255, 255, 255);
}

div.mline
{
  position: relative;
  float: left;
  left: -1px;
  height: 50px;
  width: 1px;
  background: rgb(0, 166, 81);
}

div.mlinks
{
  position: absolute;
  padding-left: 7px;
  padding-top: 5px;
  height: 50px;
}

/* IE 6 */
* html div.mlinks { background: rgb(255, 255, 255); }

/* IE 7 */
*:first-child+html div.mlinks { background: rgb(255, 255, 255); }

a.underlink
{
  color: gray;
  font: normal normal normal 7pt arial;
  letter-spacing: 1pt;
  line-height: 9pt;
  text-decoration: none;
}

a.underlink:hover
{
  color: black;
}

