#tabs ul {
  float: left;
  clear: both;
  margin-top: 1px;
  height: 10px;
}
#tabs ul li {
  display: inline;
  list-style: none;
  padding-left: 1px;
}
#tabs ul li.here a{
  display: inline;
 /* text-decoration: overline; */
  color: #333366;
}
#tabs a {
    font-size: 12px;
    font-weight: bold;
   /* text-decoration: underline; */
}
#tabs a:hover{
    text-decoration: underline;
}