.navigation {
  width:auto;
  margin: 0;
  padding: 3px 5px 5px 5px;
  font-family:Verdana;
  font-weight:bold;
  letter-spacing:normal;
  text-transform:capitalize;
  color:#00356f;
  background:#68A9EF;
  background: url(../images/title-bar-bg.gif) top left repeat-x;
  background: url(../images/nav-gradient3.gif) top left repeat-x;
  border-bottom-color:#ddddff;
  border-bottom-style:solid;
  border-bottom-width: 1px;
  border-top-color:#ddddff;
  border-top-style:solid;
  border-top-width: 1px;
  text-align:left;
}
.navigation a {
  margin:0;
  padding: 10px 9px 10px 9px;
  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:#fff; }
.navigation .current {
  color:#fff;
  padding:10px;
}
.navigation .separator {
  color:#def;
}

#footer-nav {
  text-align:center;
  font-size: 10px;
}
