#wikiMenu {
  padding: 0;
}

#wikiMenu ul {
  list-style:none;
  padding:0;
  margin:0;
  margin-left:0;
  padding-bottom:3px !important; /* for FF */
  padding-bottom:2px;
  height:1.7em;
}

#wikiMenu li {
  list-style: none;
  padding:2px 10px;
  margin:2px 1px;
/* background-color:whitesmoke; */
/* the next 4 lines are magic for IE */
  display: block;
  float: left;
  position: relative;
  vertical-align:top;
}

#wikiMenu li:hover {
  background-color:white;
  color:black;
}

#wikiMenu a {
  text-decoration:none;
  font-size:small;
}

#wikiAction ul {
  list-style:none;
  padding:0;
  margin:0;
  white-space:nowrap;
}

#wikiAction li {
  display:inline;
  padding-left:5px;
  padding-right:5px;
  border-right:1px solid #e0e0e0;
  float:left;
}

#wikiAction a {
  font-size:12px;
}

