@charset "utf-8";
/* CSS Document */

/*- Menu Tabs 1--------------------------- */
.tab_container{
	margin:0 15px 0 5px;
}
.tab_container2{
	float:left;
	margin:0 25px 0 25px;
}
.tab_holder {
	clear:left;
	min-height:500px;
    border-top:1px solid #888844;	
	border-right:1px solid #888844;
	border-left:1px solid #888844;
	border-bottom:1px solid #888844;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;	
}
.tab_holder2 {
	clear:both;
    border-top:1px solid #888844;	
	border-right:1px solid #888844;
	border-left:1px solid #888844;
	border-bottom:1px solid #888844;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width:99%;
}
.tab_holder_noPadding {
	clear:both;
    border-top:1px solid #888844;	
	border-right:1px solid #888844;
	border-left:1px solid #888844;
	border-bottom:1px solid #888844;
}

    .tabs1 {
      float:left;
      width:100%;
	  background:;
      line-height:normal;
      }
    .tabs1 ul {
          margin:0;
          padding:10px 10px 0 20px;
          list-style:none;
      }
    .tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabs1 a {
      float:left;
      background:url("../css/images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .tabs1 a span {
      float:left;
      display:block;
      background:url("../css/images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    .tabs1 a:hover span {
      color:#627EB7;
      }
    .tabs1 a:hover {
      background-position:0% -42px;
      }
    .tabs1 a:hover span {
      background-position:100% -42px;
      }

      .tabs1 .current a {
              background-position:0% -42px;
      }
      .tabs1 .current a span {
              background-position:100% -42px;
      }
      .tabs1 .current {
              background-position:0% -42px;
      }
      .tabs1 .current span {
              background-position:100% -42px;
      }
-->


</style>

