#keymap
{
  margin: 0 2px;
  font-family: Arial, Verdana, Helvetica;
  font-size: 8pt;
  font-weight: bold;
  background-color: transparent;
  padding: 0 2px;
  vertical-align: middle;
}

#keymap li
{
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align:center;
  color: #9C9C9C;
}

#keymap a:link, #key a:visited
{
  color: #9C9C9C;
  background-color: transparent;
  text-decoration: none;
  text-align:center;
}
#keymap a:hover, #key a:active
{
  color: #9C9C9C;
}
#keyitem a:link, #keyitem a:visited {
  color: #9C9C9C;
  background-color: transparent;
  text-decoration: none;
}
#keyitem a:hover, #keyitem a:active
{
  color: #737373;
  text-decoration: underline;
}
#keyspace {
  color: #9C9C9C;
  border-right: 1px solid #9C9C9C;
  width: 1px;
}
