#nav-menu-top ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#nav-menu-top li {
  margin: 0 0.8px;
  float: left;
}
#nav-menu-top li a {
  border: 0.1em solid #495f78;
  background: #ffffff url(images/background_top.gif) repeat-x scroll left bottom;
  height: 2em;
  line-height: 2em;
  float: left;
  width: 105px;
  text-decoration: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
}
#nav-menu-top {
  width: 100%;
}
#nav-menu-bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#nav-menu-bottom li {
  margin: 0 0.8px;
  float: left;
}
#nav-menu-bottom li a {
  border: 0.1em solid #495f78;
  background: #ffffff url(images/background_bottom.gif) repeat-x scroll left top;
  height: 2em;
  line-height: 2em;
  float: left;
  width: 105px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
}
#nav-menu-bottom {
  width: 100%;
}
.search {
border: 0.1em solid #495f78;
  background: #ffffff url(images/background_top.gif) repeat-x scroll left bottom;
  height: 2em;
  line-height: 2em;
  float: center;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
}
