#menu {
  margin-top: 180px;
  float: left;
  width: 800px;
  height: 40px;
  text-align: center;
  background:transparent;
  line-height:20px;
  color:#000;
  }  
#menu ul {
  width: 54.7em;
  margin: 0 auto;
  list-style: none;
  }
#menu li {
  float: left;
  width: 8.6em;
  background:url("img/left.png") no-repeat left top;
  padding:0 0 0 5px;
  }
#menu a {
  display: block;
  background:url("img/right.png") no-repeat right top;
  padding:5px 5px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#333;
  }
#menu #current {
  background-image:url("img/left_on.png");
  }
#menu #current a {
  background-image:url("img/right_on.png");
  color:#333;
  padding-bottom:5px;
  }
