    #nav {
      float:left;
      width:100%;
      line-height:normal;
	  padding: 6px 0 0 0;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  text-transform: lowercase;
      }
    #nav ul {
      margin:0;
      padding:5px 5px 0 0;
      list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
	  line-height: 20px;
      }
    #nav a {
      float:left;
      
      margin:0 3px 0 0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
    #nav a span {
      float:left;
      display:block;
      
      padding:5px 15px 5px 9px;
      color: #eeeddf;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    ul#nav a:hover span {
		color: #8189BA;
	}
	  
	ul#nav li.li_selected a {
		background:url("../images/nav_tab_left.gif") no-repeat left top;
	}

	ul#nav li.li_selected a span {
		background:url("../images/nav_tab_right.gif") no-repeat right top;
		color: #8189BA;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \
ul#nav a span {float:none;}


ul#nav li.li_selected a {
	background:url("../images/nav_tab_left.gif") no-repeat left top;
}

ul#nav li.li_selected a span {
	background:url("../images/nav_tab_right.gif") no-repeat right top;
	color: #8189BA;
}

ul#nav a:hover span {
	color: #8189BA;
	}*/