

#navigation {

  line-height: 36px;
  background-color: #333333;
  color: #F2F2F2;
  width: 170px;
}

#navigation ul {

  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation li {

  list-style-type:none;
  white-space:nowrap;
}

#navigation li a {

  display:block;
  font-size:8pt;
  font-family: Verdana;
  font-weight: bold;
  text-decoration:none;
  background-color: #000066;
  color: #FFFFFF;
  text-align: left;
  width:100%;
  border-bottom: 2px solid #EEBB6A;
}

#navigation a:hover {

  background-color: #000066;
  text-decoration:none;
  color: #ffffff;
}

#navigation .theend {

  display:block;
  font-size:14px;
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  background-color: #444B4D;
  color: #F2F2F2;
  text-align: left;
  width:100%;
  border-bottom: 0px;
}