#header {
	float: left;
	width:100%;
  background:# 3F3 url("xbg.gif") repeat-x bottom; /*DAE0D2*/ 
	font-size:73%;
	line-height:normal;
	text-align:center;
	 
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  display:inline;
  margin:0;
  padding:0;
  }
#header a {
	float: left;
	background:url("left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #666;
	text-decoration:none;
	white-space: normal;

  }
#header a span {
	float: right;
	background:url("right_both.gif") no-repeat right top;
	padding:5px 15px 5px 5px;
	font-weight:bold;
	color:#666;
	alignment-adjust:central;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float:none;
	display: block;
}
/* End IE5-Mac hack */
#header a:hover span {
  color:#333;
  }
#header #current a {
  background-position:0 -150px;
  border-width:0;
  }
#header #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#header a:hover {
  background-position:0% -150px;
  }
#header a:hover span {
  background-position:100% -150px;
  }

