
.tab_menu
 {
  font:bold;
  background: url(../img/tabs.gif);
  width:105px;
  height:20px;
  text-align:center;
  text-decoration: none;
  color:white;
  font-weight:bold;
  font-size:12px;
  font-family:verdana;
 }

 .tab_panel
 {
  width:858px;
  height:16px;
  text-align:left;
  font-size:12px;
  font-weight:bold;
  font-family:verdana;
  color:#0c35b2;
  text-decoration: none;
  background-color:#E8EA03;
  border:1px solid #0c35b2;
  padding:2px 0px 2px 10px;
 }