    
    #header {
      float:left;
      width:100%;
	  background:url("/forum/images/bg.gif") repeat-x bottom; 
      font-size:93%;
      line-height:normal;
	  vertical-align:baseline;
	  
      }
    #header ul {
      margin:0;
      padding:0px 10px 0;
      list-style:none;
	
      }
    #header li {
      float:right;
      background:url("/forum/images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      }
    #header a {
      float:right;
      display:block;
      width:.1em;
      background:url("/forum/images/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
	  color:#999999;
	   white-space:nowrap;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #home #nav-home, #services #nav-services, #friends #nav-friends, #about #nav-about, #contact #nav-contact {
      background-position:0 -150px;
	      border-width:0;
		/*  border:black thin solid; */
		white-space:nowrap;
      }
    #home #nav-home a, #services #nav-services a, #friends #nav-friends a, #about #nav-about a, #contact #nav-contact a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
	  white-space:nowrap;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #header li:hover a {
      background-position:100% -150px;
      }
	  
	 /* thanks to http://alistapart.com/articles/slidingdoors2/ for the help with these */
