// Note: ".tabs" didnt work in Safari; renamed to ".tabSet"

    .tabSet {
      float:left;
      width:100%;
//      background:#DAE0D2 url("../tabs/images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    .tabSet ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    .tabSet li {
      float:left;
      background:url("../images/tabs/left_both_blue.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #A3C6CF;
      }
    .tabSet a {
      float:left;
      display:block;
      width:.1em;
      background:url("../images/tabs/right_both_blue.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
//    font-weight:regular;
//	  font-size: 14pt;
      color:#95B1B9;
      }
    .tabSet > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabSet a {float:none;}
    /* End IE5-Mac hack */
    .tabSet a:hover {
      color:#6A848B;
      }
    .tabSet .current {
      background-position:0 -150px;
      border-width:0;
      color:#6A848B;
      }
    .tabSet .current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#42809A;
      }
    .tabSet li:hover, .tabSet li:hover a {
      background-position:0% -150px;
      color:#42809A;
      }
    .tabSet li:hover a {
      background-position:100% -150px;
      }

#nisTabs li		/* Fix width and center text on page tabs (nisTabs_inc.php) */
	{
	font-size: 18pt;
	width: 160px;
	text-align: center;
	}

	
