#button {  float:left;  width:100%;  background:#FFFFFF  repeat-x bottom;  font-size:93%;  line-height:normal;  padding-left:15px;  }#button ul {  margin:0;  padding:10px 10px 0;  list-style:none;  }#button li {  float:left;  background:url("images/buttons/left.gif") no-repeat left top;  margin:0;  padding:0 0 0 9px;  font-size: 11px;  }#button a {  float:left;  display:block;  background:url("images/buttons/right.gif") no-repeat right top;  padding:5px 15px 4px 6px;  text-decoration:none;  font-weight:bold;  color:#003366;  }/* Commented Backslash Hack   hides rule from IE5-Mac \*/#button a {float:none;}/* End IE5-Mac hack */#button a:hover {  color:#FF0000;  }#button #current {  background-image:url("images/buttons/left_on.gif");  }#button #current a {  background-image:url("images/buttons/right_on.gif");  color:#003366;  padding-bottom:4px;  }