#title {
  display:block;
  width: 755px;
  padding:10px 0px 0px 10px;
  text-align:right;
	color: #FFFFFF;
  padding: 160px 25px 0px 0px;
	font-size: 36px;
	font-weight: normal;
  font-family: "century schoolbook", "century schoolbook L", georgia, palatino, serif;
}
#sitenav {
  float: left; /* since this element is floated, a width must be given */
  width: 125px;
  margin-left: 10px;
}
#sitenav ul {
  list-style:none;
  margin: 0px;
  padding: 10px 0px;
}
#sitenav li a {
  font-family: "lucida grand",lucida,verdana, "trebuchet MS", helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-decoration:none;
  line-height: 28px;
  color: #1D3D67;
  display:block;
  padding: 0px 0px 0px 5px;
  width:130px;
  margin: 0px;
}
#sitenav li a:link #sitenav li a:visited {
  color: #999999;
}
#sitenav li a:hover {
  color: #DEE8F5;
}
#sitenav li.current a{
  background-color: #DEE8F5;
}
#sitenav li.current a:hover {
  color: #1D3D67;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sitenav { width: 140px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sitenav { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

