/*- random Profile CSS--------------------------- */
	th.ic {
		text-align: right; 
		background-color: #3f3f3f;
		}


/*- Menu Tabs 3--------------------------- */

    #tabs3 {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      background:change-background;
      font-size:93%;
      line-height:normal;
      text-align: center;
      margin: 0 0 1em 0;
      overflow:hidden;
      position:relative;
      }
    #tabs3 ul {
     clear:left;
     float:left;
	  margin:0 auto;
	  padding:0 10px 10px 10px;
	  list-style:none;
	  position:relative;
     left:50%;
     text-align:center;
      }
    #tabs3 li {
     display:block;
     float:left;
     list-style:none;
     margin:0;
     padding:0;
     position:relative;
     right:50%;
      }
    #tabs3 a {
    	display:block;
      float:left;
      background:url("tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url("tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#FFF;
      }
    #tabs3 a:hover {
      background-position:0% -42px;
      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }  
