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