.navigation {
  width:auto;
  margin: 0;
  padding: 3px 5px 5px 5px;
  font-family:Verdana;
  font-weight:bold;
  letter-spacing:normal;
  text-transform:none;
  color:#00356f;
  background:#fff;
  border-bottom-color:#ddddff;
  border-bottom-style:solid;
  border-bottom-width: 1px;
  border-top-color:#ddddff;
  border-top-style:solid;
  border-top-width: 0px;
  text-align:left;
}
.navigation a {
  margin:0;
  padding: 10px 0px 0px 0px;
  border-bottom: 2px dotted #00356f;
  text-decoration:none;
  color:#00356f;
  line-height:normal;
  cursor: pointer;
  border: none;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navigation a {float:none;}
/* End IE5-Mac hack */
.navigation a:hover {
  color:#00345f;
  border-bottom: 2px solid #00356f;
}
.navigation .current {
  color:#fff;
  padding:10px;
}
.navigation .separator {
  color:#def;
  padding: 10px 6px 10px 6px;
}


