/*- Menu Tabs3 --------------------------- */
#tabs3 ul {
      margin:0 auto;
      padding:10px 0 0 0;/*- Menu E- */
      list-style:none;
      display:table;
      white-space:nowrap;
      list-style:none;
      height:35px;
      position:relative;
      background:#fff;
      font-size:12px;
}
#tabs3 li {
      display:table-cell;
      margin:0;
      padding:0;
}
#tabs3 li a {
      display:block;
      float:left;
      height:35px;
      line-height:30px;
      color:#333;
      text-decoration:none;
      font-family:arial, verdana, sans-serif;
      font-weight:bold;
      text-align:center;
      padding:0 0 0 10px;
      cursor:pointer;
      background:url(images/pro_six_0a.gif) no-repeat;
}
#tabs3 li a b {
      float:left;
      display:block;
      padding:0 25px 5px 15px;
      background:url(images/pro_six_0b.gif) no-repeat right top;
}
#tabs3 li.current a {
      color:#fff;
      background:url(images/pro_six_2a.gif) no-repeat;
}
#tabs3 li.current a b {
      background:url(images/pro_six_2b.gif) no-repeat right top;
}
#tabs3 li a:hover {
      color:#fff;
      background: url(images/pro_six_1a.gif) no-repeat;
}
#tabs3 li a:hover b {
      background:url(images/pro_six_1b.gif) no-repeat right top;
}
#tabs3 li.current a:hover {
      color:#fff;
      background: url(images/pro_six_2a.gif) no-repeat;
      cursor:default;
}
#tabs3 li.current a:hover b {
      background:url(images/pro_six_2b.gif) no-repeat right top;
}

#tabs3 ul {
      display:inline-block;
}
#tabs3 ul {
      display:inline;
}
#tabs3 ul li {
      float:left;
}
#tabs3 {
      text-align:center;
}