/* CSS Document 
body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}
*/

#header {
  float:left;
  width:460px;
  background:#fff url("bg.gif") repeat-x bottom;
  font-size:12px;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding: 0px 0px 0px 0px;
  list-style:none;
  }
#header li {
  float:left;
  width:83px;
  background:url("images/left.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right bottom;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  text-align:center;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FEB235;
  }
#header #current {
  background-image:url("images/left_on.gif");
  }
#header #current a {
  background-image:url("images/right_on.gif");
  color:#333;
  /*padding-bottom:5px;*/
  }
	