#navcontainer {
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif";
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  width: 180px;
}
#navlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navcontainer li {
  bottom: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
}
#navcontainer a, #navcontainer a:link, #navcontainer a:visited, #navcontainer a:active {
  background: url("../images/grey.jpg");
  border: 1px solid #836C44;
  bottom: 2px;
  color: #836C44;
  cursor: pointer;
  display: block;
  height: 1em;
  margin: 0;
  padding: 3px 5px 3px 5px;
  position: relative;
  right: 2px;
  text-decoration: none;
}
#navcontainer a:hover {
  background: url("../images/brown.jpg");
  border: 1px solid #FFCC99;
  bottom: 1px;
  color: #FFCC99;
  position: relative;
  right: 1px;
}
#navcontainer #active a, #navcontainer #active a:link, #navcontainer #active a:visited {
  background: url("../images/brown.jpg");
  border: 1px solid #FFCC99;
  bottom: 2px;
  color: #FFCC99;
  cursor: pointer;
  display: block;
  height: 1em;
  margin: 0;
  padding: 3px 5px 3px 5px;
  position: relative;
  right: 2px;
  text-decoration: none;
}
#navcontainer #active a:hover {
  background: url("../images/grey.jpg");
  border: 1px solid #FFCC99;
  bottom: 1px;
  color: #FFCC99;
  position: relative;
  right: 1px;
}
a.view:link{
  color: #836C44;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif";
  font-size: 8pt;
  font-weight: Bold;
  text-decoration: none;
}
a.view:visited {
  color: #836C44;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif";
  font-size: 8pt;
  font-weight: Bold;
  text-decoration: none;
}
a.view:hover {
  color: #FFCC99;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif";
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
a.view:active {
  color: #FFCC99;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif";
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}