#nav {
  height: 100%;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 116%;
  text-align: right;
}

#nav a {
  font-weight: bold;
  text-decoration: none;
  color: black;
  padding: 0 7px 0 28px;
  display: block;
  height: 100%;
  line-height: 20px;
  border: none;
  text-align: right;
}
7
#nav a:hover {
  color: red;
}

#nav .current a:hover {
  color: inherit;
}

#nav .current a {
  cursor: default;
}

#nav .current {
  color: red;
}

#nav .item {
  height: 33%;
  display: block;
  text-align: right;
}

#nav li {
  list-style-type:none;
}

#subnav {
  border-bottom: 1px solid #9ea0a2;
  background-image: url('../img/bg/subnav.png');
  background-repeat: repeat-x;
}

#home a#blog-link,
#page-Links a#links-link,
#page-Contact a#contact-link,
#page-Reviews a#reviews-link,
#page-Biography a#biography-link,
#page-Interviews a#interviews-link,
#page-Bibliography a#bibliography-link
{
  color: red;
}