/*
 * Custom override css
 *
 * This css file is loaded at the last position.
 * Use it to make tweaks to the provided themes css files
 * without the need to create a complete custom theme
 *
 */
 
 ul.nav_top_links li {
  float: left;
  margin: 0 1em 0 0;
  padding: 0;
  text-align: center;
  padding-bottom: .33em;
  border-bottom: none;
  min-width: 5em;
}
 