#bottommenu {
  vertical-align: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 27px;
  }

#bottommenu li {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  display: inline;
  text-transform: lowercase;
  font-size: 7pt;
  color: #cccccc;
  display: inline;
  margin: 0px;
  padding: 0em 0.6em 0em 1.0em;
  border-left: thin #cccccc solid;
  }
#bottommenu li:first-child, #bottommenu li.first-child {
  padding-left: 0em;
  border-left: none;
  }

 
/* links */
#bottommenu a {
  text-decoration: none;
  color: #cccccc;
  font-weight: bold;
  }
#bottommenu a:hover {
  text-decoration: underline;
  }
