/* Left menu styles go here */

HTML {
  border-right: 5px ridge #ffcc66;
}

BODY {
  margin: 0px;
  background-color: #000000;
  color: #6699cc;
}

A {
  color: #eeeeff;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  text-decoration: none;
}

A:hover {
  color: #000000;
  background-color: #ddddff;
}

TABLE {
  border: 0px;
  margin: 0px;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 0px;
}

TD {
  width: 120px;
  height: 32px;
  vertical-align: top;
  padding-top: 8px;
  text-align: center;
  background-image: url(../images/LeftMenuButton.jpg);
  background-repeat: no-repeat;
}

