.tab-wrapper
{
	padding: 0px;
	margin: 0px;
	border:	1px solid #dddddd;
	clear: both;
	background-color: #FAF0F2;
}

.tab-wrapper a {
	color: #6F1E3E;
	text-decoration: none;
}

.tab-wrapper a:hover {
	text-decoration: underline;
}

.tab-container {
	line-height: 1em;
	padding-left: 8px;
}


.tab-menu {
      float:left;
      width:100%;
      font-size:0.9em;
      line-height:normal;
      margin: 0px;
	  padding: 0px;
      }
.tab-menu ul {
	  margin:0;
	  padding:10px 10px 0px 50px;
	  list-style:none;
      }
.tab-menu li {
      display:inline;
      margin:0;
      padding-left:0px;
      }
.tab-menu a {
      float:left;
      background:url("/images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.tab-menu a span {
      float:left;
      display:block;
      background:url("/images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.tab-menu a span {float:none;}
    /* End IE5-Mac hack */
.tab-menu a:hover span {
      color:#000;
      }
.tab-menu a:hover {
      background-position:0% -42px;
      }
.tab-menu a:hover span {
      background-position:100% -42px;
      }

.tab-selected {
	font-weight: bold;
	color: #00a;
}

