body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:small "Trebuchet MS",Arial,Sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:medium;
  } html>body {font-size:medium;}

#header {
  float:left;
  width:100%;
  background:#eee url("bg.jpg") repeat-x top;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 28px;
  }
#header a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:9px 28px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#92A2AC;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#A56060;
  }
#header #current {
  background-image:url("left_on.gif");
  }
#header #current a {
  background-image:url("right_on.gif");
  color:#A56060;
  }
