#menu
{
  margin: 0 2px;
  font-family: Ravie, Arial, Verdana, Helvetica;
  font-size: 12pt;
  font-weight: normal;
  background-color: transparent;
  padding: 0 2px;
  vertical-align: bottom;
  text-align:center;
}

#menu li
{
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align:center;
  color: #000;
  vertical-align: bottom;
}

#menu a:link, #menu a:visited
{
  color: #000;
  background-color: transparent;
  text-decoration: none;
  text-align:center;
}
#menu a:hover, #menu a:active
{
  color: #000;
}
#menuitem a:link, #menuitem a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
#menuitem a:hover, #menuitem a:active
{
  color: #000;
  text-decoration: underline;
}
#menuspace {
  color: #000;
  border-right: 1px solid #fff;
  width: 1px;
}
#menuspace2 {
  color: #fff;
}
