#nav {
  float:right;
  width:205px;
margin-left:15px;
  text-align:right;  
padding-bottom:1em;
background:url(http://destinationotterlake.com/images/navback.png) top left no-repeat;

}

* html #nav {
margin-left:5px;
margin-right:0px;
}

#nav ul {
  list-style: none;
  margin:4em 0 3em 0;

  padding: 0;
}

#nav li {
  width:100%;
  list-style:none;
  text-align:center;
  margin:1em 0;
}

#nav li.last {
  margin:0;
}  

#nav a {
color: #ffffdf;  
font-size:100%;
font-weight:normal;
border-bottom:0px solid #8196B7;
letter-spacing:2px;
font-family:Georgia,serif;
text-decoration:none;
padding:.5em 0em .5em 0;
}

* html #nav a {
height:1px;
}

#nav a:hover {
text-decoration:underline;
}