﻿.linkbutton_tab
{
    background-image:url(../images/default/tab_bg0.gif);
    padding: 10px 7px 0 7px;
    border: solid 1px #c9c7c3;
    color: #2c2c2c;
    font-family: Verdana;
    text-decoration: none;
    position: relative;
    top: 3px;
    margin-right:4px;
    font-size:11px;
    font-weight:bold;
}
.linkbutton_tab:hover
{
       color: #be0808;
    }
.linkbutton_tab_selected
{
    background-image:url(../images/default/tab_bg1.gif);
    padding: 11px 7px 0 7px;
    border: solid 1px #c9c7c3;
    border-bottom: none;
    color: #be0808;
    font-family: Verdana;
    text-decoration: none;
    position: relative;
    top: 3px;
    margin-right:4px; 
    font-size:11px;
    font-weight:bold;
}
