#button {  float:left;  width:100%;  background:#FFFFFF  repeat-x bottom;  font-size:90%;  line-height:normal;  }#button ul {  margin:0;  padding:8px 8px 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: 10px;  }#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:#000000;  }/* Commented Backslash Hack   hides rule from IE5-Mac \*/#button a {float:none;}/* End IE5-Mac hack */#button a:hover {  color:#CCFF66;  }#button #current {  background-image:url("images/Buttons/left_on.gif");  }#button #current a {  background-image:url("images/Buttons/right_on.gif");  color:#333;  padding-bottom:4px;  }