#linksmenu {
  border: 1px solid yellow;
  width: 880px;
  height: 400px;
  vertical-align: center;
  text-align: center;
  overflow: auto;
}

#tgocLinkImg { border: 0px; }

ul.links {
  margin: 0;
  padding: 0;
  float: left;
  clear: both;

  border: 2px outset yellow;
}

li.links {
  margin: 0;
  padding: 0;
  float: left;
  width: 220px;

  list-style-type: disc;
  list-style-position: inside;

  text-align: left;
  background-color: none;
}

li.links a:link, li.links a:visited {
  color: white;
}

li.links:hover {
  background-color: white;
  color:black; /* IE won't see this */
}

/* IE renders this: */
li.links a:hover {
  background-color: white;
  color: black;
}
