/*- Menu Tabs H--------------------------- */

    #tabs {
	width:804px;
	font-size:100%;
	vertical-align: top;
	color: #FFFFCC;
	background-position: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0px 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0 10;
      }
    #tabs a {
	float:left;
	background:url(../images/PSItableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color: #FFFFCC;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
	float:left;
	display:block;
	background:url("../images/PSItabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	cursor: HAND;
}

    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFFFCC;
      }
    #tabs a:hover {
	background-position:0% -42px;
	color: #FFFFCC;
      }
    #tabs a:hover span {
	background-position:100% -42px;
	color: #FFFFCC;
      }


/*- Menu Tabs
