#subnav {
  background: #000;
  line-height: normal;
	height: 34px;
}
#subnav ul {
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
}
#subnav li {
  float: left;
  background: url("interface/left.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
 }
#subnav a {
  float: left;
  display: block;
  background: url("interface/right.gif") no-repeat right top;
  padding: 5px 15px 4px 0;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
 }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subnav a {float: none;}
/* End IE5-Mac hack */
#subnav a: hover {
  color: #90d7e6;
 }
#subnav #current {
  background-image: url("interface/left_on.gif");
 }
#subnav #current a {
  background-image: url("interface/right_on.gif");
  color: #124854;
  padding-bottom: 5px;
 }