.tab-container {background:#D5D2F2; }
.tab-panes {padding-left: 5px; border-bottom:2px; border-top:0px; border-right:2px; border-left:2px; border-color:#B1AFCC; border-style:solid;}

    #tab-header {
      float:left;
      width:100%;
      background:#B1AFCC url("tabber-round_bg.gif") right top;
      font-size:93%;
      line-height:normal;
      }
    #tab-header ul {
      margin:0;
      padding:1px 0px 0 2px;
      list-style:none;
      }
    #tab-header li {
      float:left;
      background: #B1AFCC url("tabber-round_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
	  
      }
    #tab-header a {
      display:block;
      background: url("tabber-round_right.gif") no-repeat right top;
      padding:5px 23px 5px 5px;
      text-decoration:none;
      font-weight:bold;
      color:#2A237D;
	  font-size:13px;
	  line-height: 13px; 
      }
    #tab-header a:hover {
      color:#4A339D;
	   }
    #tab-header #tab-current {
      background-image:url("tabber-round_left_on.gif");
      }
    #tab-header #tab-current a {
      background-image:url("tabber-round_right_on.gif");
      color:#2A237D;
      padding-bottom:5px;
      }
