.tabLinks {
  float:left;
  width:100%;
  /*background:#F4F4F4;*/
  font-size:93%;
  line-height:normal;
  /*border-bottom:1px solid #FDFF2F;;/*#292F6F;*/*/
  clear: both;
}
.tabLinks ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
}
.tabLinks li {
  display:inline;
  margin:0;
  padding:0;
}
.tabLinks a {
  float:right;
  /*background:url("/CisStatic/images/tableftJ.gif") no-repeat left top;*/
  background-color: #ffffcc; 
border-top:2px solid #FDFF2F;
border-left:2px solid #FDFF2F;
border-right:2px solid #FDFF2F;

  margin:0 0 0 4px; 
  padding:0 0 0 6px;
  text-decoration:none;
}
.tabLinks a span {
  float:left;
  display:block;
  /*background:url("/CisStatic/images/tabrightJ.gif") no-repeat right top;*/
  padding:5px 15px 4px 6px;
  color: #292F6F;
  font-weight: normal;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabLinks a span {float:none;}
/* End IE5-Mac hack */
.tabLinks a:hover span {
  color: #fff;
}
.tabLinks a:hover {

}
.tabLinks a:hover span {
  color: #3688BA;
}

.tabContents{
}

.sectionLinks{
clear: both;
padding: 25px;
background-color: #ffffcc;
border: 2px solid #FDFF2F;/*#292F6F;*/
}
.sectionLinks h4{
 color: #292F6F; padding: 5px 5px 5px 25px; font-size: x-large;
margin-bottom: 5px;
}
.sectionLinks ul li a:link {
 color: #292F6F;
}
