.static_tabs a
{
    display: block !important;
    float:left !important;
    padding:8px 15px 8px 15px;

    margin:0 4px 15px 4px;
    background-image: url(../gui/images/jquery.accordion_bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    border-left:1px solid #E8EFF0 !important;
    border-right:1px solid #E8EFF0 !important;
    border-bottom:2px solid #9AA5B6; /*#407395*/
    border-collapse: collapse;
    text-decoration: none;
    font-size:11px;
    font-weight:normal;
    color:#727272;
}

.static_tabs a:hover, .static_tabs a.act
{
  color:#407395;
  border-bottom:2px solid #528B1F; /*#407395*/
  background: #fff;
  text-decoration: underline;
}

.static_tabs a.act
{
  font-weight: bold;
}


.static_tabs
{
    margin-left:30px;
}

