#header {
	width:774px;
	font-size:0.8em;
	line-height:normal;
	background-color: #4F6F9F;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: -50px -50px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 100%;
  }
#header ul {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
  }
#header li {
  float:left;
  background:url(../images/left.jpg) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url(../images/right.jpg) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
	background-image:url(../images/left_on.jpg);
	font-weight: bold;
  }
#header #current a {
	background-image:url(../images/right_on.jpg);
	color:#333;
	padding-bottom:5px;
	font-weight: bold;
  }

